Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "From:" header field.
Declaration
[VB.NET]
Property From As String
[Pascal]
property From: WideString;
[C++]
void get_From(sb_u16string &OutResult);
void get_From(std::wstring &OutResult);
void set_From(const sb_u16string &Value);
void set_From(const std::wstring &Value);
[PHP]
string get_From()
void set_From(string $Value)
Description
This property contains the address(es) of the message author(s).
If actual sender is not an author of the message use
Sender property to specify the sender.
Discuss this help topic in SecureBlackbox Forum