ZelloWork Client SDK  2.51
Public Member Functions | Properties | List of all members
IMessage Interface Reference

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]
 

Detailed Description

Abstract interface representing a message.

Member Function Documentation

§ Delete()

HRESULT Delete ( )

Delete message from history. Once message is deleted, corresponding IMessage object can't be used any more.

Property Documentation

§ Id

BSTR Id
getproperty

Get message ID. ID uniquely identifies a message.

Parameters
pbstrValReturn value.

§ Type

MESSAGE_TYPE Type
getproperty

Get message type.

Parameters
pValReturn value.

§ CreationTime

DATE CreationTime
getproperty

Get message creation date.

Parameters
pdValReturn value.

§ Incoming

VARIANT_BOOL Incoming
getproperty

Check whether message is incoming or outgoing.

Parameters
pbValReturn value.

§ Read

VARIANT_BOOL Read
getsetproperty

Mark message is read or unread.

Parameters
bValNew value.

Check whether message is incoming or outgoing.

Parameters
pbValReturn value.