OofReply.Implicit Operator
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.
Overloads
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. |
Implicit(OofReply to String)
Defines an implicit conversion between an OofReply object and a string.
public:
static operator System::String ^(Microsoft::Exchange::WebServices::Data::OofReply ^ oofReply);
public static implicit operator string (Microsoft.Exchange.WebServices.Data.OofReply oofReply);
Parameters
Returns
A string that contains the message of the specified OofReply object.
Applies to
Implicit(String to OofReply)
Defines an implicit conversion between a string and an OofReply object.
public:
static operator Microsoft::Exchange::WebServices::Data::OofReply ^(System::String ^ message);
public static implicit operator Microsoft.Exchange.WebServices.Data.OofReply (string message);
Public Shared Widening Operator CType (message As String) As OofReply
Parameters
Returns
An OofReply object initialized with the specified message.