|
ZelloWork Client SDK
2.51
|
Inherits IMessage.
Public Member Functions | |
| HRESULT | SaveToFile ([in] BSTR bstrFilePath) |
| HRESULT | SaveToStream ([in] IStream *pStream) |
Properties | |
| BSTR | ExternalId [get] |
| IContact | Sender [get] |
| IContact | Author [get] |
| BSTR | FullName [get] |
| BSTR | Crosslink [get] |
| BSTR | CrosslinkAuthor [get] |
| BSTR | CrosslinkAuthorDisplayName [get] |
Interface representing shared image.
| HRESULT SaveToFile | ( | [in] BSTR | bstrFilePath | ) |
Save shared image to specified path.
| bstrFilePath | Image will be saved to the specified folder and name. |
| HRESULT SaveToStream | ( | [in] IStream * | pStream | ) |
Save image to the valid IStream object.
| pStream | Return value. |
|
getproperty |
Get shared image external id.
| pbstrVal | Return value. |
|
getproperty |
Get message sender. If message sender is a channel or a group then IAudioInMessage::Author property can be used to get message author.
| ppVal | Return value. |
|
getproperty |
Get message author for messages that come from channels and groups. No author is returned for messages that come from users.
| ppVal | Return value. |
|
getproperty |
Get full author name.
| pbstrVal | Return value. |
|
getproperty |
Get crosslink.
| pbstrVal | Return value. |
|
getproperty |
Get name of the author from crosslink network.
| pbstrVal | Return value. |
|
getproperty |
Get display name of the author from crosslink network.
| pbstrVal | Return value. |
1.8.12