BodyType.BodyType1 Property
The BodyType1 property gets or sets one of the valid BodyTypeType enumeration values that specifies how the content of the body is formatted.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BodyType1 As BodyTypeType
Get
Set
'Usage
Dim instance As BodyType
Dim value As BodyTypeType
value = instance.BodyType1
instance.BodyType1 = value
public BodyTypeType BodyType1 { get; set; }
Property Value
Type: ExchangeWebServices.BodyTypeType
The BodyType1 property returns one of the valid BodyTypeType enumeration values.
See Also