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_SMTP_MESSAGEHEADERSSTRING 26

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_SMTP_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 EDI 2020 C++ Edition - Version 20.0 [Build 8203]