Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "Sender:" header field.
Declaration
[VB.NET]
Property Sender As String
[Pascal]
property Sender: WideString;
[C++]
void get_Sender(sb_u16string &OutResult);
void get_Sender(std::wstring &OutResult);
void set_Sender(const sb_u16string &Value);
void set_Sender(const std::wstring &Value);
[PHP]
string get_Sender()
void set_Sender(string $Value)
[Java]
String getSender();
void setSender(String Value);
Description
This property specifies the mailbox of the agent responsible for the actual transmission of the message.
If the originator of the message can be indicated by a single mailbox and the author and transmitter are identical, the "Sender:" field SHOULD NOT be used.
Discuss this help topic in SecureBlackbox Forum