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

The abstract message structure.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int

ChangeNumberIndex public_oe property

The change number index.
public int ChangeNumberIndex
Résultat int

FolderHandleIndex public_oe property

The folder handle index.
public int FolderHandleIndex
Résultat int

FolderIdIndex public_oe property

The folder Id index.
public int FolderIdIndex
Résultat int

IsFAImessage public_oe property

The message is FAI or not.
public bool IsFAImessage
Résultat bool

IsRead public_oe property

The message is read or not.
public bool IsRead
Résultat bool

MessageHandleIndex public_oe property

The message handle index.
public int MessageHandleIndex
Résultat int

MessageIdIndex public_oe property

The message Id index.
public int MessageIdIndex
Résultat int

MessageProperties public_oe property

The message properties.
public Sequence MessageProperties
Résultat Sequence

ReadStateChangeNumberIndex public_oe property

The readState Change Number
public int ReadStateChangeNumberIndex
Résultat int