Gets or sets time zone id for start time of this event.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string StartTimeZoneId { get; set; }
Visual Basic
Public Property StartTimeZoneId As String
	Get
	Set
Visual C++
public:
property String^ StartTimeZoneId {
	String^ get ();
	void set (String^ value);
}

See Also