MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeMessage Class
MimeMessage Properties
Attachments Property
Bcc Property
Body Property
BodyParts Property
Cc Property
Date Property
From Property
Headers Property
HtmlBody Property
Importance Property
InReplyTo Property
MessageId Property
MimeVersion Property
Priority Property
References Property
ReplyTo Property
ResentBcc Property
ResentCc Property
ResentDate Property
ResentFrom Property
ResentMessageId Property
ResentReplyTo Property
ResentSender Property
ResentTo Property
Sender Property
Subject Property
TextBody Property
To Property
XPriority Property
Mime
Message
Importance Property
Get or set the value of the Importance header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MessageImportance
Importance
{
get
;
set
; }
Property Value
MessageImportance
The importance.
Implements
IMimeMessage
Importance
Exceptions
Exception
Condition
ArgumentOutOfRangeException
value
is not a valid
MessageImportance
.
Remarks
Gets or sets the value of the Importance header.
See Also
Reference
MimeMessage Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast