ItemType.UniqueBody Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property UniqueBody As BodyType
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As BodyType

value = instance.UniqueBody

instance.UniqueBody = value
public BodyType UniqueBody { get; set; }

Property Value

Type: ExchangeWebServices.BodyType