WGSFolderCollection ClassIpswitch.Messaging.Framework

[Missing <summary> documentation for "T:IMailAPI_NET.WGSFolderCollection"]

Inheritance Hierarchy

SystemObject
  IMailAPI_NETWGSFolderCollection

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

public class WGSFolderCollection : IEnumerable

The WGSFolderCollection type exposes the following members.

Constructors

  NameDescription
Public methodWGSFolderCollection
Initializes a new instance of the WGSFolderCollection class
Public methodWGSFolderCollection(Boolean)
Initializes a new instance of the WGSFolderCollection class
Public methodWGSFolderCollection(Int32)
Populates the FolderArray with all of the folders in a domain.
Public methodWGSFolderCollection(String)
Initializes a new instance of the WGSFolderCollection class
Public methodWGSFolderCollection(Boolean, Int32)
Initializes a new instance of the WGSFolderCollection class
Public methodWGSFolderCollection(Boolean, String)
Initializes a new instance of the WGSFolderCollection class
Public methodWGSFolderCollection(Int32, Boolean)
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.
Public methodWGSFolderCollection(Int32, Int32)
Populates the FolderArray with a specific user's folders.
Public methodWGSFolderCollection(Int32, Int32, Boolean)
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetFolderCollection(Int32)
Public methodGetFolderCollection(Int32, Int32)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSharedFolders(Int32)
Public methodGetSharedFolders(Int32, Int32)
This method will populate the FolderArray with objects that contain the names and IDs of WGSUsers who have folders shared to a certain WGSUser and an arraylist of the actual folders.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSortCollection
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldFolderArray
Top
See Also

Reference