Discuss this help topic in SecureBlackbox Forum

TElMessage.ReplyTo

TElMessage     See also     


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


Specifies contents of "Reply-To:" header field if it is present.

Declaration

[C#]
    TElMailAddressList ReplyTo;

[VB.NET]
    Property ReplyTo As TElMailAddressList

[Pascal]
    property ReplyTo : TElMailAddressList;

[C++]
    TElMailAddressList* get_ReplyTo();
    void set_ReplyTo(TElMailAddressList &Value);
    void set_ReplyTo(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_ReplyTo()
    void set_ReplyTo(TElMailAddressList $Value)

[Java]
    TElMailAddressList getReplyTo();
    void setReplyTo(TElMailAddressList Addresses);

Parameters

  • Addresses -

Description

    This property specifies addresses to which replies to the message should be sent. This field is optional. If not specified, the replies must be sent to addresses specified in From field.

See also:     From     Sender    

Discuss this help topic in SecureBlackbox Forum