IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageHeadersString Property

String representation of RFC822-encoded headers of the message.

Syntax

ANSI (Cross Platform)
char* GetMessageHeadersString();

Unicode (Windows)
LPWSTR GetMessageHeadersString();
@property (nonatomic,readonly,assign,getter=messageHeadersString) NSString* messageHeadersString;
- (NSString*)messageHeadersString;
#define PID_PSMTP_MESSAGEHEADERSSTRING 33

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

Default Value

""

Remarks

This property holds the full headers of the message in RFC822 format.

This property is read-only.

Data Type

String

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