ItemResponseShapeType.BodyTypeSpecified Property
The BodyTypeSpecified property gets or sets a Boolean value that specifies whether the BodyType property is serialized into the SOAP request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BodyTypeSpecified As Boolean
Get
Set
'Usage
Dim instance As ItemResponseShapeType
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 request; otherwise, the property returns false.
See Also