ZelloWork Client SDK  2.51
Properties | List of all members
IAudioInMessage Interface Reference

Inherits IAudioMessage.

Inherited by IAudioInMessage2.

Properties

IContact Sender [get]
 
IContact Author [get]
 
- Properties inherited from IAudioMessage
int Duration [get]
 
- Properties inherited from IMessage
BSTR Id [get]
 
MESSAGE_TYPE Type [get]
 
DATE CreationTime [get]
 
VARIANT_BOOL Incoming [get]
 
VARIANT_BOOL Read [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from IMessage
HRESULT Delete ()
 

Detailed Description

Interface representing incoming audio message.

Property Documentation

§ Sender

IContact Sender
getproperty

Get message sender. If message sender is a channel or a group then IAudioInMessage::Author property can be used to get message author.

Parameters
ppValReturn value.

§ Author

IContact Author
getproperty

Get message author for messages that come from channels and groups. No author is returned for messages that come from users.

Parameters
ppValReturn value.