Gets or sets the modification date of the attachment. This parameter is rarely used.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property ModificationDate As MailDateTime
	Get
	Set
C#
public MailDateTime ModificationDate { get; set; }

Field Value

The modification date of the attachment. Null reference (Nothing in Visual Basic) if not specified.

Remarks

The modification-date parameter MAY be used to indicate the date at which the file was last modified. If the modification-date parameter is included, the paramter value MUST be a quoted-string which contains a representation of the last modification date of the file in [RFC 822] `date-time' format. https://tools.ietf.org/html/rfc2183#section-2.5

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also