Text value that uniquely identifies the VTIMZONE calendar component within the scope of an iCalendar object (TZID).

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

Syntax

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

See Also