C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.AbstractMessageContent

MessageContent root element structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
AbsMessageChildren AbstractMessageChildren
IsNoPermissionMessageNotOut bool
IsRTFFormat bool
StringPropertiesInOtherCodePage bool
StringPropertiesInUnicode bool
StringPropertiesInUnicodeCodePage bool

프로퍼티 상세

AbsMessageChildren 공개적으로 프로퍼티

MessageChildren element.
public AbstractMessageChildren,Microsoft.Protocols.TestSuites.MS_OXCFXICS AbsMessageChildren
리턴 AbstractMessageChildren

IsNoPermissionMessageNotOut 공개적으로 프로퍼티

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

IsRTFFormat 공개적으로 프로퍼티

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

StringPropertiesInOtherCodePage 공개적으로 프로퍼티

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

StringPropertiesInUnicode 공개적으로 프로퍼티

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

StringPropertiesInUnicodeCodePage 공개적으로 프로퍼티

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