MessageHeadersString Property
String version of the MIME message headers.
Syntax
ANSI (Cross Platform) char* GetMessageHeadersString();
int SetMessageHeadersString(const char* lpszMessageHeadersString); Unicode (Windows) LPWSTR GetMessageHeadersString();
INT SetMessageHeadersString(LPCWSTR lpszMessageHeadersString);
@property (nonatomic,readwrite,assign,getter=messageHeadersString,setter=setMessageHeadersString:) NSString* messageHeadersString; - (NSString*)messageHeadersString; - (void)setMessageHeadersString:(NSString*)newMessageHeadersString;
#define PID_MIME_MESSAGEHEADERSSTRING 8 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_MIME_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_MIME_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
""
Remarks
The component fills out MessageHeadersString upon encoding. The user should use them as additional headers when emailing the Message.
This property contains a string version of the MIME message headers. During decoding, if this property is empty the class will try to find the headers in the beginning of the Message and will fill out this property accordingly.
Data Type
String