[get]
[set]
[get]
[set]
| typedef enum IAccIm::AccImProp IAccIm::AccImProp |
Properties for the Property method.
| typedef enum IAccIm::AccImFlags IAccIm::AccImFlags |
Values for AccImProp_Flags.
| typedef enum IAccIm::AccImContentFlags IAccIm::AccImContentFlags |
Values for AccImProp_AllowedContentFlags and AccImProp_ActualContentFlags.
| enum IAccIm::AccImProp |
Properties for the Property method.
| AccImProp_MimeType | The MIME type of the IM being sent, i.e. text/plain or application/xhtml+xml [get] xp_str* [put] xp_kstr |
| AccImProp_Flags | The flags for the IM, from AccImFlags [get] xp_u32* [put] xp_u32 |
| AccImProp_Timestamp | The timestamp of the IM [get] xp_date* |
| AccImProp_Verified | Whether the IM has a verified digital signature [get] xp_bool* |
| AccImProp_Segments | The number of SMS segments required for this IM [get] xp_s32* |
| AccImProp_SegmentCharsRemaining | The number of characters remaining in this IM before another SMS segment is required [get] xp_s32* |
| AccImProp_Cookie | The unique id for this IM [get] xp_str* |
| AccImProp_ContainsImages | DEPRECATED. Use AccImProp_ActualContentFlags. [get] xp_bool* |
| AccImProp_AllowImages | DEPRECATED. Use AccImProp_AllowedContentFlags. [get] xp_bool* [put] xp_bool |
| AccImProp_Subject | The subject (used for away message label) [get] xp_str* [put] xp_kstr |
| AccImProp_StreamCount | The current number of embedded streams. [get] xp_int* |
| AccImProp_Disposition | To be set in BeforeImSend/Receive if a plugin wants to intercept an IM Use ACC_E_PLUGIN_ABORTED_ACTION or ACC_E_PLUGIN_CONSUMED_ACTION, as appropriate [get] AccResult* [put] AccResult |
| AccImProp_SerializedText | A private, serialized representation of the IAccIm. [get] xp_str* [put] xp_kstr |
| AccImProp_Local | Whether this IM is to be appended as a "status message" in local IM session history instead of being sent over the wire. [get] xp_bool* [put] xp_bool |
| AccImProp_AllowedContentFlags | Allow or suppress content in this IM when converting to or from xhtml. Ignored when IM sent as standard IM. [get] xp_u32* [put] xp_u32 |
| AccImProp_ActualContentFlags | Flags that describe content of the IM. [get] xp_u32* |
| AccImProp_BartBase | |
| AccImProp_BuddyIcon | The buddy icon associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_SuperIcon | The super buddy icon associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_SuperIconTrigger | The super buddy icon trigger associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_BigIcon | The big icon associated with the IM. Can be 48x48...128x128, GIF/PNG/JPG/JPG2000/SWF [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_Wallpaper | The wallpaper associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_Sound | The sound associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| AccImProp_FlashWallpaper | The flash wallpaper associated with the IM. [get] IAccBartItem** [put] IAccBartItem* |
| enum IAccIm::AccImFlags |
Gets the message text, converted to a specific MIME type.
| HRESULT IAccIm::ConvertToMimeType | ( | [in] xp_kstr | type | ) |
Converts the message in-place to a different MIME type.
| HRESULT IAccIm::GetStream | ( | [in] xp_kstr | id, | |
| [out, retval] IAccStream ** | stream | |||
| ) |
Gets a copy of a stream object on this IM for reading. This is how embedded data can be retrieved from an IM.
| HRESULT IAccIm::SetStream | ( | [in] xp_kstr | id, | |
| [in] IAccStream * | stream | |||
| ) |
Sets a stream object on this IM. This is how you add embed data to an IM.
xp_str IAccIm::Text [get] |
Gets the message text, in the format specified by AccImProp_MimeType.
xp_kstr IAccIm::Text [set] |
Sets the text for the message, in the format specified by AccImProp_MimeType.
| xp_variant IAccIm::Property( [in] AccImProp property) | ( | [in] AccImProp | property | ) | [get] |
Get a specific property of the message.
| xp_kvariant IAccIm::Property( [in] AccImProp property) | ( | [in] AccImProp | property | ) | [set] |
Set a specific property of the message.