SmartResponseType.NewBodyContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.