Class MailParser
Class used to parse different types of e-mail data into MailItems
Namespace: SuperOffice.CRM.Mail
Assembly: SoDataBase.dll
Syntax
public static class MailParser : Object
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 |