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

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

Public Properties

Property Type Description
AttachmentCount int
ChangeNumberIndex int
FolderHandleIndex int
FolderIdIndex int
IsFAImessage bool
IsRead bool
MessageHandleIndex int
MessageIdIndex int
MessageProperties Sequence
ReadStateChangeNumberIndex int

Property Details

AttachmentCount public_oe property

The count of the attachments.
public int AttachmentCount
return int

ChangeNumberIndex public_oe property

The change number index.
public int ChangeNumberIndex
return int

FolderHandleIndex public_oe property

The folder handle index.
public int FolderHandleIndex
return int

FolderIdIndex public_oe property

The folder Id index.
public int FolderIdIndex
return int

IsFAImessage public_oe property

The message is FAI or not.
public bool IsFAImessage
return bool

IsRead public_oe property

The message is read or not.
public bool IsRead
return bool

MessageHandleIndex public_oe property

The message handle index.
public int MessageHandleIndex
return int

MessageIdIndex public_oe property

The message Id index.
public int MessageIdIndex
return int

MessageProperties public_oe property

The message properties.
public Sequence MessageProperties
return Sequence

ReadStateChangeNumberIndex public_oe property

The readState Change Number
public int ReadStateChangeNumberIndex
return int