AlternatePublicFolderItemId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the identifier of a public folder item, expressed in a specific format.
public ref class AlternatePublicFolderItemId : Microsoft::Exchange::WebServices::Data::AlternatePublicFolderId
public class AlternatePublicFolderItemId : Microsoft.Exchange.WebServices.Data.AlternatePublicFolderId
Public Class AlternatePublicFolderItemId
Inherits AlternatePublicFolderId
- Inheritance
Constructors
AlternatePublicFolderItemId() |
Initializes a new instance of the AlternatePublicFolderItemId class. |
AlternatePublicFolderItemId(IdFormat, String, String) |
Initializes a new instance of the AlternatePublicFolderItemId class by using the supplied identifier format, the parent public folder identifier, and the identifier of the target public folder item. |
Properties
FolderId |
Gets or sets the public folder identifier. (Inherited from AlternatePublicFolderId) |
Format |
Gets or sets the identifier format for an item or folder identifier. (Inherited from AlternateIdBase) |
ItemId |
Gets or sets the public folder item identifier. |