AppointmentMicrosoftIntendedStatus Property |
Specifies the INTENDED status of an appointment.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic MSIntendedStatus MicrosoftIntendedStatus { get; set; }
Public Property MicrosoftIntendedStatus As MSIntendedStatus
Get
Set
public:
property MSIntendedStatus MicrosoftIntendedStatus {
MSIntendedStatus get ();
void set (MSIntendedStatus value);
}
member MicrosoftIntendedStatus : MSIntendedStatus with get, set
Property Value
Type:
MSIntendedStatus
See Also