ContentInfoExpiration Property |
Gets or sets datetime after which the content will no longer be available for retrieval.
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic DateTime Expiration { get; set; }
Public Property Expiration As DateTime
Get
Set
public:
property DateTime Expiration {
DateTime get ();
void set (DateTime value);
}
member Expiration : DateTime with get, set
Property Value
Type:
DateTime
See Also