Gets or sets authentication identifier
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string AuthId { get; set; }
Public Property AuthId As String
Get
Set
public:
property String^ AuthId {
String^ get ();
void set (String^ value);
}
member AuthId : string with get, set
Property Value
Type:
String
See Also