IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

MessageText Property

The body of the retrieved message.

Syntax

ANSI (Cross Platform)
char* GetMessageText();
int SetMessageText(const char* lpszMessageText); Unicode (Windows) LPWSTR GetMessageText();
INT SetMessageText(LPCWSTR lpszMessageText);
@property (nonatomic,readwrite,assign,getter=messageText,setter=setMessageText:) NSString* messageText;
- (NSString*)messageText;
- (void)setMessageText:(NSString*)newMessageText;
#define PID_SIMAP_MESSAGETEXT 73

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SIMAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_SIMAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The class fills out this property with the contents of the message body (in RFC822 format) when a call to FetchMessageText completes successfully.

This property is not available at design time.

Data Type

String

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