ContentDisposition.ReadDate Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
ReadDate
Gets or sets the read date of the attachment. This parameter is rarely used.
Declaration
public MailDateTime ReadDate { get; set; }
Property Value
Type | Description |
---|---|
MailDateTime | The read date of the attachment. Null reference (Nothing in Visual Basic) if not specified. |
Remarks
The read-date parameter MAY be used to indicate the date at which the file was last read. If the read-date parameter is included, the parameter value MUST be a quoted-string which contains a representation of the last-read date of the file in [RFC 822] `date-time' format. https://tools.ietf.org/html/rfc2183#section-2.6