IFluentAttachment Methods |
The IFluentAttachment type exposes the following members.
Name | Description | |
---|---|---|
AddAlternative |
Adds alternative view for this message.
(Inherited from IFluentMail.) | |
AddAppointment |
Adds specified appointment as alternative view for this message.
(Inherited from IFluentMail.) | |
AddAttachment(Byte) |
Adds a attachment to the message.
(Inherited from IFluentMail.) | |
AddAttachment(String) |
Adds a attachment to the message.
(Inherited from IFluentMail.) | |
AddCustomHeader |
Adds custom header.
(Inherited from IFluentMail.) | |
AddVCard |
Adds specified VCARD as attachment to this message.
(Inherited from IFluentMail.) | |
AddVisual(Byte) |
Adds a visual attachment to the message.
(Inherited from IFluentMail.) | |
AddVisual(String) |
Adds a visual attachment to the message.
(Inherited from IFluentMail.) | |
Bcc(String) |
Sets the address(es) of others who are to receive this email message ('BCC', Blind Carbon Copy header), even tough the content of the message may not be directed at them.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Bcc(MailAddress) |
Sets the address(es) of others who are to receive this email message ('BCC', Blind Carbon Copy header), even tough the content of the message may not be directed at them.
You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Cc(String) |
Sets the address(es) of others who are to receive this email message ('CC', Carbon Copy header), even tough the content of the message may not be directed at them.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Cc(MailAddress) |
Sets the address(es) of others who are to receive this email message ('CC', Carbon Copy header), even tough the content of the message may not be directed at them.
You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Create |
Creates new IMail object.
(Inherited from IFluentMail.) | |
Date |
Sets the send date of a email message ('Date' header).
If null, Date is set automatically to current date and time when Create method is used.
(Inherited from IFluentMail.) | |
DKIMSign(ListDKIMSignatureConfiguration) |
Signs the message with multiple DKIM (DomainKeys Identified Mail) signatures.
(Inherited from IFluentMail.) | |
DKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
You can call this method multiple times to have several DKIM signatures present in the resulting message.
(Inherited from IFluentMail.) | |
DKIMSign(RSACryptoServiceProvider, String, String) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
You can call this method multiple times to have several DKIM signatures present in the resulting message.
(Inherited from IFluentMail.) | |
EncryptWith(X509Certificate2) |
Encrypts the message using specified certificate.
You can call this method multiple times to use several certificates for encryption.
General rule is that both sender and receiver should be able to decrypt the message.
(Inherited from IFluentMail.) | |
EncryptWith(EncryptionConfiguration) |
Encrypts the message using specified encryption configuration.
General rule is that both sender and receiver should be able to decrypt the message.
(Inherited from IFluentMail.) | |
From(String) |
Sets the author of this email ('From' header).
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
From(MailBox) |
Sets the author of this email ('From' header).
(Inherited from IFluentMail.) | |
Html |
Sets HTML version of the email.
If html is not empty extracts plain text from HTML and overrides Text(String).
(Inherited from IFluentMail.) | |
Importance |
Sets the importance of the message.
Consider using PriorityHigh or PriorityLow methods instead of using this method.
(Inherited from IFluentMail.) | |
InReplyTo |
Sets the id of the parent email message ('In-Reply-To' header).
(Inherited from IFluentMail.) | |
MessageID |
Sets id of a email message ('Message-ID' header). If not set or set to null generated automatically.
(Inherited from IFluentMail.) | |
NotificationTo(String) |
Sets the disposition notifications address(es) ('Disposition-Notification-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
NotificationTo(MailBox) |
Sets the disposition notifications address(es) ('Disposition-Notification-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Priority |
Sets the priority of a email message ('Priority' header).
Consider using PriorityHigh or PriorityLow methods instead of using this method.
(Inherited from IFluentMail.) | |
PriorityHigh | (Inherited from IFluentMail.) | |
PriorityLow |
Sets XPriority(Int32) to 5, Priority(MimePriority) to NonUrgent and
Importance(MimeImportance) to Low (Inherited from IFluentMail.) | |
References |
Adds unique id (MessageID) of the referenced email message ('References' header).
(Inherited from IFluentMail.) | |
ReplyTo(String) |
Sets email address(es) to which the author of this email message suggests that replies be sent ('Reply-to' header).
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
ReplyTo(MailAddress) |
Sets email address(es) to which the author of this email message suggests that replies be sent ('Reply-to' header).
You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
RequestReadReceipt |
This method copies From or ReplyTo addresses to all read receipts lists.
Read receipts are stored using NotificationTo, ReturnReceiptTo and XConfirmReadingTo headers.
(Inherited from IFluentMail.) | |
ReturnReceiptTo(String) |
Sets return receipt address(es) ('Return-Receipt-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
ReturnReceiptTo(MailBox) |
Sets return receipt address(es) ('Return-Receipt-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
Send |
Sends the message using provided SMTP client instance.
(Inherited from IFluentMail.) | |
Sender(String) |
Sets mailbox of the agent responsible for the actual transmission of this email message ('Sender' header).
(Inherited from IFluentMail.) | |
Sender(MailBox) |
Sets mailbox of the agent responsible for the actual transmission of this email message ('Sender' header).
(Inherited from IFluentMail.) | |
Sensitivity |
Sets the sensitivity of a email message ('Sensitivity' header).
(Inherited from IFluentMail.) | |
SetContentId |
Sets the attachment's Content-Id.
| |
SetContentType |
Sets the attachment's Content-type.
| |
SetFileName |
Sets the FileName and ContentType value if requested.
| |
SignWith(X509Certificate2) |
Signs the message.
(Inherited from IFluentMail.) | |
SignWith(SignatureConfiguration) |
Signs the message.
(Inherited from IFluentMail.) | |
Subject |
Sets subject of a message ('Subject' header).
(Inherited from IFluentMail.) | |
Text |
Sets plain text version of the email. Please remember that using Html(String) method will override plain text.
(Inherited from IFluentMail.) | |
To(String) |
Sets address(es) of the primary recipient(s) of this email message ('To' header).
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
To(MailAddress) |
Sets address(es) of the primary recipient(s) of this email message ('To' header).
You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
UsingNewSmtp |
Creates new SMTP configuration for this message with localhost set as a server.
(Inherited from IFluentMail.) | |
UsingNewSmtp(String) |
Creates new SMTP configuration for this message with specified server address.
(Inherited from IFluentMail.) | |
XConfirmReadingTo(String) |
Sets confirm reading address(es) ('X-Confirm-Reading-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
XConfirmReadingTo(MailBox) |
Sets confirm reading address(es) ('X-Confirm-Reading-To' header).
Consider using RequestReadReceipt method instead of using this method.
This method can be used multiple times to set many addresses.
(Inherited from IFluentMail.) | |
XPriority |
Sets the X-Priority of this email message ('X-Priority' header) (Outlook specific).
Value ranges from "1" to "5" where "1" is the highest priority, "3" is normal, and "5" is the lowest priority.
Consider using PriorityHigh or PriorityLow methods instead of using this method.
(Inherited from IFluentMail.) |