Show / Hide Table of Contents

Class MailParser

Class used to parse different types of e-mail data into MailItems

Inheritance
object
MailParser
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top