ItemType.ItemClass Property
The ItemClass property gets or sets a string value that indicates the message class of the item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemClass As String
Get
Set
'Usage
Dim instance As ItemType
Dim value As String
value = instance.ItemClass
instance.ItemClass = value
public string ItemClass { get; set; }
Property Value
Type: System.String
The ItemClass property returns a string value that indicates the message class of the item.
Remarks
The value specified in the ItemClass property must be consistent with the type of the instance of the ItemType class.
See Also