OofReply Class

Definition

Represents an out of office message.

public ref class OofReply sealed
public sealed class OofReply
Public NotInheritable Class OofReply
Inheritance
OofReply

Constructors

OofReply()

Initializes a new instance of the OofReply class.

OofReply(String)

Initializes a new instance of the OofReply class with the specified message.

Properties

Culture

Gets or sets the culture of the reply.

Message

Gets or sets the out-of-office reply message.

Methods

ToString()

Obtains a string representation of the reply.

Operators

Implicit(OofReply to String)

Defines an implicit conversion between an OofReply object and a string.

Implicit(String to OofReply)

Defines an implicit conversion between a string and an OofReply object.

Applies to