MailboxFolderIdParameter members
Identifies a calendar folder on an Exchange server.
The MailboxFolderIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailboxFolderIdParameter() | Initializes a new instance of the MailboxFolderIdParameter class. | |
MailboxFolderIdParameter(INamedIdentity) | Initializes a new instance of the MailboxFolderIdParameter class using the display name of the associated named identity. | |
MailboxFolderIdParameter(MailboxFolderId) | Initializes a new instance of the MailboxFolderIdParameter class for the specified folder. | |
MailboxFolderIdParameter(PublicFolderId) | Initializes a new instance of the MailboxFolderIdParameter class for the specified public folder. | |
MailboxFolderIdParameter(String) | Initializes a new instance of the MailboxFolderIdParameter class for the specified folder name. | |
MailboxFolderIdParameter(ADObjectId) | Initializes a new instance of the MailboxFolderIdParameter class for the folder with the specified Active Directory object identifier. | |
MailboxFolderIdParameter(Mailbox) | Initializes a new instance of the MailboxFolderIdParameter class for folders in the specified mailbox. | |
MailboxFolderIdParameter(MailboxFolder) | Initializes a new instance of the MailboxFolderIdParameter class for the specified folder. |
Top
Methods
Name | Description | |
---|---|---|
ToString | Returns a string containing the identity of the object. (Overrides Object.ToString().) |
Top