C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.AbstractMessageContent

MessageContent root element structure.
Exibir arquivo Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
AbsMessageChildren AbstractMessageChildren
IsNoPermissionMessageNotOut bool
IsRTFFormat bool
StringPropertiesInOtherCodePage bool
StringPropertiesInUnicode bool
StringPropertiesInUnicodeCodePage bool

Property Details

AbsMessageChildren public_oe property

MessageChildren element.
public AbstractMessageChildren,Microsoft.Protocols.TestSuites.MS_OXCFXICS AbsMessageChildren
return AbstractMessageChildren

IsNoPermissionMessageNotOut public_oe property

The objects that the client has no permission to access is not out from the server.
public bool IsNoPermissionMessageNotOut
return bool

IsRTFFormat public_oe property

Boolean value indicates whether has a RTF body.
public bool IsRTFFormat
return bool

StringPropertiesInOtherCodePage public_oe property

String properties are output by the server in other format stored on server by Code page property.
public bool StringPropertiesInOtherCodePage
return bool

StringPropertiesInUnicode public_oe property

String properties are out by the server in Unicode.
public bool StringPropertiesInUnicode
return bool

StringPropertiesInUnicodeCodePage public_oe property

String properties are output by the server in Unicode Code page property.
public bool StringPropertiesInUnicodeCodePage
return bool