IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageSender Property

The address of the sender of the message.

Syntax

ANSI (Cross Platform)
char* GetMessageSender();

Unicode (Windows)
LPWSTR GetMessageSender();
@property (nonatomic,readonly,assign,getter=messageSender) NSString* messageSender;
- (NSString*)messageSender;
#define PID_PIMAP_MESSAGESENDER 66

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_PIMAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the address of the sender of the message. Which is normally the same value as MessageFrom.

There are cases when a message may have more than one sender. If this is the case, the addresses are provided in the MessageSender property separated by commas.

This property is read-only and not available at design time.

Data Type

String

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