OofReply Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |