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

The ProgressPerMessage.
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
FollowedFAIMessage bool
IsMessageChangeFull bool
IsPidTagChangeNumberExist bool
IsPidTagMessageSizeExist bool
IsPidTagMidExist bool
IsProgressPerMessagePresent bool
IsRTFformat bool
MessageIdIndex int

Property Details

FollowedFAIMessage public_oe property

Followed FAI message or not.
public bool FollowedFAIMessage
return bool

IsMessageChangeFull public_oe property

Indicate it contains message change full or partial.
public bool IsMessageChangeFull
return bool

IsPidTagChangeNumberExist public_oe property

Identify PidTagChangeNumber property whether is existent.
public bool IsPidTagChangeNumberExist
return bool

IsPidTagMessageSizeExist public_oe property

Identify PidTagMessageSize property whether is existent.
public bool IsPidTagMessageSizeExist
return bool

IsPidTagMidExist public_oe property

Identify PidTagMid property whether is existent.
public bool IsPidTagMidExist
return bool

IsProgressPerMessagePresent public_oe property

Whether this element is present or not.
public bool IsProgressPerMessagePresent
return bool

IsRTFformat public_oe property

Whether RTF format.
public bool IsRTFformat
return bool

MessageIdIndex public_oe property

The message Id index.
public int MessageIdIndex
return int