Mime |
The MimeFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAutomaticDispositionNotification | Creates new automatic MimeMessageDispositionNotification object (MessageDispositionNotification). | |
| CreateDeliveryStatus | Creates new empty MimeDeliveryStatusNotification object (MessageDeliveryStatus). | |
| CreateFromFile | Creates new empty MimeData object (or derived object such as MimeText based on the file extension). Uploads data from specified file into newly created object. | |
| CreateManualDispositionNotification | Creates new manual MimeMessageDispositionNotification object (MessageDispositionNotification). | |
| CreateMimeAlternative | Creates new empty MimeAlternative object (MultipartAlternative). | |
| CreateMimeAlternative(ListMimeBase) | Creates new MimeAlternative object (MultipartAlternative) with specified parts. | |
| CreateMimeCalendar | Creates new empty MimeCalendar object (TextCalendar). | |
| CreateMimeCalendar(Appointment) | Creates new MimeCalendar object containing specified appointment (TextCalendar). | |
| CreateMimeData | Creates new empty MimeData object (ApplicationOctetStream). | |
| CreateMimeData(Byte) | Creates new MimeData object (ApplicationOctetStream). | |
| CreateMimeMessageGlobal | Creates new MimeMessageGlobal object representing RFC822 message (MessageGlobal). | |
| CreateMimeMessageGlobal(IMail) | Creates new MimeMessageGlobal object representing RFC822 message (MessageGlobal). | |
| CreateMimeMessageGlobalHeaders | Creates new MimeMessageGlobalHeaders object representing RFC822 message headers (MessageGlobalHeaders). | |
| CreateMimeMessageGlobalHeaders(IMail) | Creates new MimeMessageGlobalHeaders object representing RFC822 message headers (MessageGlobalHeaders). | |
| CreateMimeMessagePartial | Creates new MimeMessagePartial object representing message/partial message (MessagePartial). | |
| CreateMimeMixed | Creates new empty MimeMixed object (MultipartMixed). | |
| CreateMimeMultipart | Creates geenric empty MimeMultipart object. | |
| CreateMimeRelated | Creates new empty MimeRelated object (MultipartRelated). | |
| CreateMimeReport | Creates new empty MimeReport object (MultipartReport). | |
| CreateMimeRfc822 | Creates new MimeRfc822 object representing RFC822 message (MessageRfc822). | |
| CreateMimeRfc822(IMail) | Creates new MimeRfc822 object representing RFC822 message (MessageRfc822). | |
| CreateMimeRfc822Headers | Creates new MimeRfc822 object representing RFC822 message headers (TextRfc822Headers). | |
| CreateMimeRfc822Headers(IMail) | Creates new MimeRfc822Headers object representing RFC822 message headers (TextRfc822Headers). | |
| CreateMimeSigned(MimeBase, SignatureConfiguration) | Creates new MimeSigned object (MultipartSigned). | |
| CreateMimeSigned(MimeBase, X509Certificate2) | Creates new MimeSigned object (MultipartSigned). | |
| CreateMimeText | Creates new empty MimeText object using UTF8 encoding (TextPlain). | |
| CreateMimeText(String) | Creates new MimeText object using UTF8 encoding and specified text (TextPlain). | |
| CreateMimeVCard | Creates new empty MimeVCard object (TextVCard). | |
| CreateMimeVCard(VCard) | Creates new MimeVCard object containing specified business card (TextVCard). | |
| CreatePkcs7Signature | Creates new MimePkcs7Signature object representing pkcs7 detached signature (ApplicationXPkcs7Signature). | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Split | Splits raw eml data in to MIME headers and MIME body. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |