Appointment.When Property

Definition

Gets a text value that indicates when the appointment occurs. The text value is localized by using the Exchange Server culture or by using the culture specified in the PreferredCulture property of the ExchangeService object that this appointment is bound to.

public:
 property System::String ^ When { System::String ^ get(); };
public string When { get; }
Public ReadOnly Property When As String

Property Value

A text value that indicates when the appointment occurs.

Applies to