RecordOrganizationId Property |
Gets or sets GUID for your organization's Office 365 tenant.
This value will always be the same for your organization, regardless of the Office 365 service in which it occurs.
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Guid OrganizationId { get; set; }
Public Property OrganizationId As Guid
Get
Set
public:
property Guid OrganizationId {
Guid get ();
void set (Guid value);
}
member OrganizationId : Guid with get, set
Property Value
Type:
Guid
See Also