Discuss this help topic in SecureBlackbox Forum

TElMessage.From

TElMessage     See also     


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


Specifies contents of "From:" header field.

Declaration

[C#]
    TElMailAddressList From;

[VB.NET]
    Property From As TElMailAddressList

[Pascal]
    property From : TElMailAddressList;

[C++]
    TElMailAddressList* get_From();
    void set_From(TElMailAddressList &Value);
    void set_From(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_From()
    void set_From(TElMailAddressList $Value)

[Java]
    TElMailAddressList getFrom();
    void setFrom(TElMailAddressList Addresses);

Parameters

  • Addresses -

Description

    This property contains address(es) of message author(s). If actual sender is not author of the message use Sender property to specify the sender.

See also:     Sender     ReplyTo    

Discuss this help topic in SecureBlackbox Forum