WGSFolderCollection Constructor (Int32, Int32, Boolean)Ipswitch.Messaging.Framework
Populates the FolderArray with a specific user's folders. If "GetShared" is set to true the FolderArray will contain the folders that are shared with the user.

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

public WGSFolderCollection(
	int iOwnerID,
	int iDomain,
	bool GetShared
)

Parameters

iOwnerID
Type: SystemInt32

[Missing <param name="iOwnerID"/> documentation for "M:IMailAPI_NET.WGSFolderCollection.#ctor(System.Int32,System.Int32,System.Boolean)"]

iDomain
Type: SystemInt32

[Missing <param name="iDomain"/> documentation for "M:IMailAPI_NET.WGSFolderCollection.#ctor(System.Int32,System.Int32,System.Boolean)"]

GetShared
Type: SystemBoolean

[Missing <param name="GetShared"/> documentation for "M:IMailAPI_NET.WGSFolderCollection.#ctor(System.Int32,System.Int32,System.Boolean)"]

See Also

Reference