Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.From

TElSimpleMIMEMessage     See also     


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


Specifies contents of the "From:" header field.

Declaration

[C#]
    string From;

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

[Java]
    String getFrom();
    void setFrom(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.

See also:     Sender     ReplyTo    

Discuss this help topic in SecureBlackbox Forum