Builds a string array of all the full paths to a mailbox for a given user in a domain
Inheritance Hierarchy
SystemMarshalByRefObject
IMailAPI_NETMailboxCollection
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The MailboxCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MailboxCollection(String, String) | Initializes a new instance of the MailboxCollection class |
![]() | MailboxCollection(String, String, Boolean) | Initializes a new instance of the MailboxCollection class |
Methods
Name | Description | |
---|---|---|
![]() | AddNew(String) | |
![]() | AddNew(String, String) | |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | DeleteAt(Int32) | |
![]() | DeleteAt(String) | |
![]() | Equals | (Inherited from Object.) |
![]() | FindMbxMailboxes | |
![]() | FindMsgMailboxes | |
![]() | GetByName | |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIDByName | |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetMailboxByGuid | |
![]() | GetMailboxByPath | |
![]() | GetMailboxByRelativePath | |
![]() | GetParentMailbox | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | Move(Int32, String) | |
![]() | Move(Mailbox, String) | |
![]() | Reload | |
![]() | ToString | (Inherited from Object.) |
![]() | TotalSize |
Returns the total combined size of all the mailboxes in the collection
|
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsLoaded | |
![]() | ItemInt32 | |
![]() | ItemString |
See Also