Body property
Implementation
static PropertyDefinition Body =
new ComplexPropertyDefinition<MessageBody>.withFlags(
XmlElementNames.NewBodyContent,
[PropertyDefinitionFlags.CanSet],
ExchangeVersion.Exchange2007_SP1, () {
return new MessageBody();
});