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

Inherits IMessage.

Public Member Functions

HRESULT SaveToFile ([in] BSTR bstrFilePath)
 
HRESULT SaveToStream ([in] IStream *pStream)
 
- Public Member Functions inherited from IMessage
HRESULT Delete ()
 

Properties

BSTR ExternalId [get]
 
IContact Sender [get]
 
IContact Author [get]
 
BSTR FullName [get]
 
BSTR Crosslink [get]
 
BSTR CrosslinkAuthor [get]
 
BSTR CrosslinkAuthorDisplayName [get]
 
- Properties inherited from IMessage
BSTR Id [get]
 
MESSAGE_TYPE Type [get]
 
DATE CreationTime [get]
 
VARIANT_BOOL Incoming [get]
 
VARIANT_BOOL Read [get, set]
 

Detailed Description

Interface representing shared image.

Member Function Documentation

§ SaveToFile()

HRESULT SaveToFile ( [in] BSTR  bstrFilePath)

Save shared image to specified path.

Parameters
bstrFilePathImage will be saved to the specified folder and name.

§ SaveToStream()

HRESULT SaveToStream ( [in] IStream *  pStream)

Save image to the valid IStream object.

Parameters
pStreamReturn value.

Property Documentation

§ ExternalId

BSTR ExternalId
getproperty

Get shared image external id.

Parameters
pbstrValReturn value.

§ 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.

§ FullName

BSTR FullName
getproperty

Get full author name.

Parameters
pbstrValReturn value.

§ Crosslink

BSTR Crosslink
getproperty

Get crosslink.

Parameters
pbstrValReturn value.

§ CrosslinkAuthor

BSTR CrosslinkAuthor
getproperty

Get name of the author from crosslink network.

Parameters
pbstrValReturn value.

§ CrosslinkAuthorDisplayName

BSTR CrosslinkAuthorDisplayName
getproperty

Get display name of the author from crosslink network.

Parameters
pbstrValReturn value.