O365URLTimeOfClickActivitySourceId Property |
Identifier for the Office 365 service from which the URL was clicked (e.g. for Mail, this is the Exchange Online Network Message Id).
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string SourceId { get; set; }
Public Property SourceId As String
Get
Set
public:
property String^ SourceId {
String^ get ();
void set (String^ value);
}
member SourceId : string with get, set
Property Value
Type:
String
See Also