MailboxCollection ClassIpswitch.Messaging.Framework
Builds a string array of all the full paths to a mailbox for a given user in a domain
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    IMailAPI_NETMailboxCollection

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

public class MailboxCollection : MarshalByRefObject, 
	IEnumerable

The MailboxCollection type exposes the following members.

Constructors

  NameDescription
Public methodMailboxCollection(String, String)
Initializes a new instance of the MailboxCollection class
Public methodMailboxCollection(String, String, Boolean)
Initializes a new instance of the MailboxCollection class
Top
Methods

  NameDescription
Public methodAddNew(String)
Public methodAddNew(String, String)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDeleteAt(Int32)
Public methodDeleteAt(String)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFindMbxMailboxes
Public methodFindMsgMailboxes
Public methodGetByName
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIDByName
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetMailboxByGuid
Public methodGetMailboxByPath
Public methodGetMailboxByRelativePath
Public methodGetParentMailbox
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodMove(Int32, String)
Public methodMove(Mailbox, String)
Public methodReload
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTotalSize
Returns the total combined size of all the mailboxes in the collection
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsLoaded
Public propertyItemInt32
Public propertyItemString
Top
See Also

Reference