Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.Sender

TElSimpleMIMEMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies contents of the "Sender:" header field.

Declaration

[C#]
    string Sender;

[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.

See also:     From     ReplyTo    

Discuss this help topic in SecureBlackbox Forum