SecureBlackbox 2020 C++ Edition

Questions / Feedback?

MsgSender Property

The value of the Sender header property.

Syntax

ANSI (Cross Platform)
char* GetMsgSender();
int SetMsgSender(const char* lpszMsgSender); Unicode (Windows) LPWSTR GetMsgSender();
INT SetMsgSender(LPCWSTR lpszMsgSender);
@property (nonatomic,readwrite,assign,getter=msgSender,setter=setMsgSender:) NSString* msgSender;
- (NSString*)msgSender;
- (void)setMsgSender:(NSString*)newMsgSender;
#define PID_MAILWRITER_MSGSENDER 58

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The value of the Sender header field.

This field specifies the mailbox of the agent responsible for the actual transmission of this message. If the originator of the message can be indicated by a single mailbox and both the author and the transmitter are identical, the "Sender:" field is deemed excessive and should not be used.

This property is not available at design time.

Data Type

String

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