| EventStatus Property |
Gets or sets status of this event (tentative, confirmed, canceled).
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public EventStatus Status { get; set; }
Public Property Status As EventStatus
Get
Set
public:
property EventStatus^ Status {
EventStatus^ get ();
void set (EventStatus^ value);
}
member Status : EventStatus with get, set
Property Value
Type:
EventStatusSee Also