MessageOtherData Property

This property contains extra data elements for the current message.

Syntax

ANSI (Cross Platform)
char* GetMessageOtherData();
int SetMessageOtherData(const char* lpszMessageOtherData); Unicode (Windows) LPWSTR GetMessageOtherData();
INT SetMessageOtherData(LPCWSTR lpszMessageOtherData);
@property (nonatomic,readwrite,assign,getter=messageOtherData,setter=setMessageOtherData:) NSString* messageOtherData;
- (NSString*)messageOtherData;
- (void)setMessageOtherData:(NSString*)newMessageOtherData;
#define PID_XMPP_MESSAGEOTHERDATA 22

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_XMPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSMQ_EXTERNAL int IPWORKSMQ_CALL IPWorksMQ_XMPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

MessageOtherData will contain zero or more complete XML elements associated with the message, but which are not defined in the Jabber specification.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 C++ Edition - Version 20.0 [Build 8155]