The IFluentAttachment type exposes the following members.

Methods

  NameDescription
Public methodAddAlternative
Adds alternative view for this message.
(Inherited from IFluentMail.)
Public methodAddAppointment
Adds specified appointment as alternative view for this message.
(Inherited from IFluentMail.)
Public methodAddAttachment(array<Byte>[]()[][])
Adds a attachment to the message.
(Inherited from IFluentMail.)
Public methodAddAttachment(String)
Adds a attachment to the message.
(Inherited from IFluentMail.)
Public methodAddCustomHeader
Adds custom header.
(Inherited from IFluentMail.)
Public methodAddVCard
Adds specified VCARD as attachment to this message.
(Inherited from IFluentMail.)
Public methodAddVisual(array<Byte>[]()[][])
Adds a visual attachment to the message.
(Inherited from IFluentMail.)
Public methodAddVisual(String)
Adds a visual attachment to the message.
(Inherited from IFluentMail.)
Public methodBcc(String)
Adds 'BCC' (Blind Carbon Copy) header.
(Inherited from IFluentMail.)
Public methodBcc(MailAddress)
Adds 'BCC' field. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.)
Public methodCc(String)
Adds 'CC' (Carbon Copy) header.
(Inherited from IFluentMail.)
Public methodCc(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.)
Public methodCreate
Creates new IMail object.
(Inherited from IFluentMail.)
Public methodDate
Sets the send date of the message.
(Inherited from IFluentMail.)
Public methodDKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo)
Signs the message using DKIM (DomainKeys Identified Mail) signature.
(Inherited from IFluentMail.)
Public methodDKIMSign(RSACryptoServiceProvider, String, String)
Signs the message using DKIM (DomainKeys Identified Mail) signature.
(Inherited from IFluentMail.)
Public methodEncryptWith
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.)
Public methodFrom(String)
Sets the author of this email.
(Inherited from IFluentMail.)
Public methodFrom(MailBox)
Sets the author of this email.
(Inherited from IFluentMail.)
Public methodHtml
Sets the HTML of this message. If value is not empty extracts plain text from HTML and overrides Text(String).
(Inherited from IFluentMail.)
Public methodImportance
Sets the importance of the message. It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then using this method.
(Inherited from IFluentMail.)
Public methodInReplyTo
Sets id of the message that this message replies to.
(Inherited from IFluentMail.)
Public methodMessageID
Sets id of the message. Without surrounding brackets (< and >). If not set or set to null generated automatically.
(Inherited from IFluentMail.)
Public methodNotificationTo(String)
Adds 'Disposition-Notification-To'. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodNotificationTo(MailBox)
Adds 'Disposition-Notification-To'. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodPriority
Sets the priority of the message. It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then using this method.
(Inherited from IFluentMail.)
Public methodPriorityHigh (Inherited from IFluentMail.)
Public methodPriorityLow (Inherited from IFluentMail.)
Public methodReferences
Adds message id of the referenced message.
(Inherited from IFluentMail.)
Public methodReplyTo(String)
Adds 'Reply-To' header.
(Inherited from IFluentMail.)
Public methodReplyTo(MailAddress)
Adds 'Reply-To' header. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.)
Public methodRequestReadReceipt
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.)
Public methodReturnReceiptTo(String)
Adds 'Return-Receipt-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodReturnReceiptTo(MailBox)
Adds 'Return-Receipt-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodSend
Sends the message using provided SMTP client instance.
(Inherited from IFluentMail.)
Public methodSender(String)
Sets the sender of this email.
(Inherited from IFluentMail.)
Public methodSender(MailBox)
Sets the sender of this email.
(Inherited from IFluentMail.)
Public methodSensitivity
Sets the Sensitivity of the message ('Sensitivity' field)
(Inherited from IFluentMail.)
Public methodSetContentId
Sets the attachment's Content-Id.
Public methodSetContentType
Sets the attachment's Content-type.
Public methodSetFileName
Sets the attachment's file name.
Public methodSignWith
Signs the message.
(Inherited from IFluentMail.)
Public methodSubject
Sets the subject of the message.
(Inherited from IFluentMail.)
Public methodText
Sets the plain text of this message.
(Inherited from IFluentMail.)
Public methodTo(String)
Adds email recipient.
(Inherited from IFluentMail.)
Public methodTo(MailAddress)
Adds email recipient. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.
(Inherited from IFluentMail.)
Public methodUsingNewSmtp()()()()
Creates new SMTP configuration for this message with localhost set as a server.
(Inherited from IFluentMail.)
Public methodUsingNewSmtp(String)
Creates new SMTP configuration for this message with specified server address.
(Inherited from IFluentMail.)
Public methodXConfirmReadingTo(String)
Adds 'X-Confirm-Reading-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodXConfirmReadingTo(MailBox)
Adds 'X-Confirm-Reading-To' header. It's easier to use RequestReadReceipt()()()() then using this method.
(Inherited from IFluentMail.)
Public methodXPriority
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.)

See Also