The IFluentAttachment type exposes the following members.
Methods
| 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(array<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(array<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) |
Adds 'BCC' (Blind Carbon Copy) header.
(Inherited from IFluentMail.) | |
| Bcc(MailAddress) |
Adds 'BCC' field. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.) | |
| Cc(String) |
Adds 'CC' (Carbon Copy) header.
(Inherited from IFluentMail.) | |
| Cc(MailAddress) |
Adds 'CC' (Carbon Copy) header. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.) | |
| Create |
Creates new IMail object.
(Inherited from IFluentMail.) | |
| Date |
Sets the send date of the message.
(Inherited from IFluentMail.) | |
| DKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
(Inherited from IFluentMail.) | |
| DKIMSign(RSACryptoServiceProvider, String, String) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
(Inherited from IFluentMail.) | |
| EncryptWith |
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.) | |
| From(String) |
Sets the author of this email.
(Inherited from IFluentMail.) | |
| From(MailBox) |
Sets the author of this email.
(Inherited from IFluentMail.) | |
| Html |
Sets the HTML of this message.
If value is not empty extracts plain text from HTML and overrides Text(String).
(Inherited from IFluentMail.) | |
| Importance |
Sets the importance of the message.
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then using this method.
(Inherited from IFluentMail.) | |
| InReplyTo |
Sets id of the message that this message replies to.
(Inherited from IFluentMail.) | |
| MessageID |
Sets id of the message. Without surrounding brackets (< and >).
If not set or set to null generated automatically.
(Inherited from IFluentMail.) | |
| NotificationTo(String) |
Adds 'Disposition-Notification-To'. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| NotificationTo(MailBox) |
Adds 'Disposition-Notification-To'. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| Priority |
Sets the priority of the message.
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then 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 message id of the referenced message.
(Inherited from IFluentMail.) | |
| ReplyTo(String) |
Adds 'Reply-To' header.
(Inherited from IFluentMail.) | |
| ReplyTo(MailAddress) |
Adds 'Reply-To' header. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.) | |
| RequestReadReceipt |
This method copies From list to all read receipts lists just before email is created (Create()()()() method).
Read receipts are stored using ,
or header.
(Inherited from IFluentMail.) | |
| ReturnReceiptTo(String) |
Adds 'Return-Receipt-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| ReturnReceiptTo(MailBox) |
Adds 'Return-Receipt-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| Send |
Sends the message using provided SMTP client instance.
(Inherited from IFluentMail.) | |
| Sender(String) |
Sets the sender of this email.
(Inherited from IFluentMail.) | |
| Sender(MailBox) |
Sets the sender of this email.
(Inherited from IFluentMail.) | |
| Sensitivity |
Sets the Sensitivity of the message ('Sensitivity' field)
(Inherited from IFluentMail.) | |
| SetContentId |
Sets the attachment's Content-Id.
| |
| SetContentType |
Sets the attachment's Content-type.
| |
| SetFileName |
Sets the attachment's file name.
| |
| SignWith |
Signs the message.
(Inherited from IFluentMail.) | |
| Subject |
Sets the subject of the message.
(Inherited from IFluentMail.) | |
| Text |
Sets the plain text of this message.
(Inherited from IFluentMail.) | |
| To(String) |
Adds email recipient.
(Inherited from IFluentMail.) | |
| To(MailAddress) |
Adds email recipient. You can use MailBox to represent single mailbox, or MailGroup to represent group of email 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) |
Adds 'X-Confirm-Reading-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| XConfirmReadingTo(MailBox) |
Adds 'X-Confirm-Reading-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.) | |
| XPriority |
Sets the X-Priority for an email (Outlook specific).
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then using this method.
(Inherited from IFluentMail.) |