Class AlternatePublicFolderItemId
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the Id of a public folder item expressed in a specific format.
public class AlternatePublicFolderItemId : AlternatePublicFolderId
- Inheritance
-
AlternatePublicFolderItemId
- Inherited Members
Constructors
AlternatePublicFolderItemId()
Initializes a new instance of the AlternatePublicFolderItemId class.
public AlternatePublicFolderItemId()
AlternatePublicFolderItemId(IdFormat, string, string)
Initializes a new instance of the AlternatePublicFolderItemId class.
public AlternatePublicFolderItemId(IdFormat format, string folderId, string itemId)
Parameters
format
IdFormatThe format in which the public folder item Id is expressed.
folderId
stringThe Id of the parent public folder of the public folder item.
itemId
stringThe Id of the public folder item.
Properties
ItemId
The Id of the public folder item.
public string ItemId { get; set; }