AppointmentUniqueId Property |
Gets or sets a string value that contains the GUID for the calendar item.
In MS Exchange this is PidLidGlobalObjectId mapi property.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic string UniqueId { get; set; }
Public Property UniqueId As String
Get
Set
public:
property String^ UniqueId {
String^ get ();
void set (String^ value);
}
member UniqueId : string with get, set
Property Value
Type:
StringThe unique id.
See Also