Discuss this help topic in SecureBlackbox Forum

TElMessage.ResentReplyTo

TElMessage     See also     


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


Specifies contents of "Resent-Reply-To:" header field.

Declaration

[C#]
    TElMailAddressList ResentReplyTo;

[VB.NET]
    Property ResentReplyTo As TElMailAddressList

[Pascal]
    property ResentReplyTo : TElMailAddressList;

[C++]
    TElMailAddressList* get_ResentReplyTo();
    void set_ResentReplyTo(TElMailAddressList &Value);
    void set_ResentReplyTo(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_ResentReplyTo()
    void set_ResentReplyTo(TElMailAddressList $Value)

[Java]
    TElMailAddressList getResentReplyTo();
    void setResentReplyTo(TElMailAddressList Addresses);

Parameters

  • Addresses -

Description

    The meaning of this property is similar to ReplyTo property, but it specifies addresses to which replies to the resent message should be sent.

See also:     ReplyTo     ResentFrom     ResentSender    

Discuss this help topic in SecureBlackbox Forum