Discuss this help topic in SecureBlackbox Forum

TElMessage.Sender

TElMessage     See also     


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


Specifies contents of "Sender:" header field.

Declaration

[C#]
    TElMailAddressList Sender;

[VB.NET]
    Property Sender As TElMailAddressList

[Pascal]
    property Sender : TElMailAddressList;

[C++]
    TElMailAddressList* get_Sender();
    void set_Sender(TElMailAddressList &Value);
    void set_Sender(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_Sender()
    void set_Sender(TElMailAddressList $Value)

[Java]
    TElMailAddressList getSender();
    void setSender(TElMailAddressList Addresses);

Parameters

  • Addresses -

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