<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass 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

 

Property_s Count

The Count method returns the number of MessageHistory  items in the collection.

Property_s Item

The Item property  returns a MessageHistory  item from the collection.

 

See Also

MessageHistory , Message, MessageInfo