Share via


AttachmentResponseShapeType.BodyTypeSpecified Property

The BodyTypeSpecified property gets or sets a Boolean value that indicates whether the BodyType property is serialized into the SOAP message. This property is required if the BodyType property is specified.

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

Syntax

'Declaration
Public Property BodyTypeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As AttachmentResponseShapeType
Dim value As Boolean

value = instance.BodyTypeSpecified

instance.BodyTypeSpecified = value
public bool BodyTypeSpecified { get; set; }

Property Value

Type: System.Boolean
The BodyTypeSpecified property returns true if the BodyType property is serialized into the SOAP message; otherwise, the property returns false.