Class MailParser
Class used to parse different types of e-mail data into MailItems
Inherited Members
Namespace: SuperOffice.CRM.Mail
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public static class MailParser
Methods
GetMailItem(Stream, string)
Get a MailItem object given a stream of data and a mail type
Declaration
public static MailItem GetMailItem(Stream inputStream, string type)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | inputStream | Stream of data to parse |
| string | type | Type of mail. Ex: "somail", "msg", "eml". |
Returns
| Type | Description |
|---|---|
| MailItem | A populated MailItem object |