WGSUser Constructor (String, Boolean, Boolean, Boolean, Boolean)Ipswitch.Messaging.Framework
Initializes a new instance of the WGSUser class

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public WGSUser(
	string loginName,
	bool Groups,
	bool PersonalFolders,
	bool SharedFolders,
	bool ACL
)

Parameters

loginName
Type: SystemString

[Missing <param name="loginName"/> documentation for "M:IMailAPI_NET.WGSUser.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Groups
Type: SystemBoolean

[Missing <param name="Groups"/> documentation for "M:IMailAPI_NET.WGSUser.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

PersonalFolders
Type: SystemBoolean

[Missing <param name="PersonalFolders"/> documentation for "M:IMailAPI_NET.WGSUser.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

SharedFolders
Type: SystemBoolean

[Missing <param name="SharedFolders"/> documentation for "M:IMailAPI_NET.WGSUser.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ACL
Type: SystemBoolean

[Missing <param name="ACL"/> documentation for "M:IMailAPI_NET.WGSUser.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also

Reference