SubscriptionContentType Property |
Subscription content type
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
Property Value
Type:
String
See Also