Task.StatusDescription Property
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.
Gets a string representing the status of the task, localized according to the PreferredCulture property of the ExchangeService object the task is bound to.
public:
property System::String ^ StatusDescription { System::String ^ get(); };
public string StatusDescription { get; }
Public ReadOnly Property StatusDescription As String
Property Value
A string value containing the status description.