<< Click to Display Table of Contents >>
ZfLib.Message
The Message object allows access to the details of sent and received messages.
Remarks
You can use this object to delay or rush messages that have not yet been sent.
To create a new message you have to use the NewMessage object returned by UserSession.CreateNewMsg .
Groups
The AbortMsg method aborts the sending of a message. |
|
The Delete method removes an entry of the message from the IN or OUT message information file. |
|
The GetMsgHistories method returns the MessageHistories collection containing the transmission history of the message. |
|
The GetMsgInfo method returns the MessageInfo object. This allows access to information about a message. |
|
The HoldMsg method holds the sending of the current message. |
|
The MarkMsgAsRead method changes the 'user status' of a message to 'OK'. This will make it appear as 'read' to client programs. |
|
The ReleaseMsg method releases a held message and places it in the message queue for sending. |
|
The RushMsg method is used to rush a message for sending. |
|
The SendMsg method places a message in the message queue for sending by the Zetafax server. |
See Also