SmartResponseType.NewBodyContent Property

Definition

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

public:
 property ExchangeWebServices::BodyType ^ NewBodyContent { ExchangeWebServices::BodyType ^ get(); void set(ExchangeWebServices::BodyType ^ value); };
public ExchangeWebServices.BodyType NewBodyContent { get; set; }
Public Property NewBodyContent As BodyType

Property Value

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

Applies to