|
ZelloWork Client SDK
2.51
|
Inherits IDispatch.
Inherited by IAlertMessage, IAudioMessage, ISharedImage, and ISharedLocation.
Public Member Functions | |
| HRESULT | Delete () |
Properties | |
| BSTR | Id [get] |
| MESSAGE_TYPE | Type [get] |
| DATE | CreationTime [get] |
| VARIANT_BOOL | Incoming [get] |
| VARIANT_BOOL | Read [get, set] |
Abstract interface representing a message.
| HRESULT Delete | ( | ) |
Delete message from history. Once message is deleted, corresponding IMessage object can't be used any more.
|
getproperty |
Get message ID. ID uniquely identifies a message.
| pbstrVal | Return value. |
|
getproperty |
Get message type.
| pVal | Return value. |
|
getproperty |
Get message creation date.
| pdVal | Return value. |
|
getproperty |
Check whether message is incoming or outgoing.
| pbVal | Return value. |
|
getsetproperty |
Mark message is read or unread.
| bVal | New value. |
Check whether message is incoming or outgoing.
| pbVal | Return value. |
1.8.12