PostReplyItemType.NewBodyContent Property
The NewBodyContent property gets or sets the new body content of a post item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NewBodyContent As BodyType
Get
Set
'Usage
Dim instance As PostReplyItemType
Dim value As BodyType
value = instance.NewBodyContent
instance.NewBodyContent = value
public BodyType NewBodyContent { get; set; }
Property Value
Type: ExchangeWebServices.BodyType
The NewBodyContent property returns the new body content of a post item.
See Also