AttachmentResponseShapeType.BodyType Property
The BodyType property gets or sets the format of body text in a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BodyType As BodyTypeResponseType
Get
Set
'Usage
Dim instance As AttachmentResponseShapeType
Dim value As BodyTypeResponseType
value = instance.BodyType
instance.BodyType = value
public BodyTypeResponseType BodyType { get; set; }
Property Value
Type: ExchangeWebServices.BodyTypeResponseType
The BodyType property returns one of the BodyTypeResponseType enumeration values that indicate the format of body text in a response.
See Also