Gets or sets the unique id of this event. For sending an UPDATE for an event the UID should match the original UID. Also Sequence should be set.

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

Syntax

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

See Also