AlternatePublicFolderItemIdType.ItemId Property
The ItemId property gets or sets the public folder item identifier to convert.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemId As String
Get
Set
'Usage
Dim instance As AlternatePublicFolderItemIdType
Dim value As String
value = instance.ItemId
instance.ItemId = value
public string ItemId { get; set; }
Property Value
Type: System.String
The ItemId property returns a string that represents the public folder item identifier to convert.