EmailMessage.ReplyBy Property

When overridden in a derived class, the ReplyBy property gets or sets a value that indicates the date and time by which a reply to the message is expected.

Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public Property ReplyBy As DateTime
public DateTime ReplyBy { get; set; }
public:
property DateTime ReplyBy {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_ReplyBy ()

/** @property */
public void set_ReplyBy (DateTime value)
public function get ReplyBy () : DateTime

public function set ReplyBy (value : DateTime)

Remarks

Setting the ReplyBy property of a Multipurpose Internet Mail Extensions (MIME) message to a value of DateTime.MinValue removes the header from the message. When the value of the ReplyBy property is set, the EmailMessage object determines the time zone to be either current or coordinated universal time (UTC), depending on the DateTimeKind of the value.

Note

When you set the value of the ReplyBy property by using an instance of the DateTime structure that does not specify DateTimeKind, the ReplyBy property assumes that the DateTime instance represents local time.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003