SmartResponseType.NewBodyContent Property

The NewBodyContent property gets or sets the new body content of a Message Response object.

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

Syntax

'Declaration
Public Property NewBodyContent As BodyType
    Get
    Set
'Usage
Dim instance As SmartResponseType
Dim value As BodyType

value = instance.NewBodyContent

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

Property Value

Type: ExchangeWebServices.BodyType
The NewBodyContent property returns a BodyType object that represents the new body content of a Message Response object.