<< Click to Display Table of Contents >>
ZfLib.MessageHistories
The MsgHistories collection represents a message's transmission history and contains MessageHistory objects.
Remarks
The collection, and the items in the collection, represent a snap-shot of the message's history. If you want to update the collection you need to get a new MessageHistories object from it's parent Message object.
Objects cannot be added or removed from this collection.
Groups
Read-only Properties
The Count method returns the number of MessageHistory items in the collection. |
|
The Item property returns a MessageHistory item from the collection. |
See Also
MessageHistory , Message, MessageInfo