C# 클래스 org.GraphDefined.Vanaheimr.Hermod.Mail.MailContentType

A e-mail content type with all of its sub-information.
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

공개 메소드들

메소드 설명
GenerateMIMEBoundary ( ) : MailContentType

Generate a valid MIME boundary, if it does not exist.

MailContentType ( AbstractEMail EMailHeader, MailContentTypes ContentType = MailContentTypes.unknown ) : System

Create a new e-mail content type.

MailContentType ( AbstractEMail EMailHeader, String ContentTypeString ) : System

Create a new e-mail content type by parsing the given string.

ToString ( ) : String

Returns a string representation of this object.

메소드 상세

GenerateMIMEBoundary() 공개 메소드

Generate a valid MIME boundary, if it does not exist.
public GenerateMIMEBoundary ( ) : MailContentType
리턴 MailContentType

MailContentType() 공개 메소드

Create a new e-mail content type.
public MailContentType ( AbstractEMail EMailHeader, MailContentTypes ContentType = MailContentTypes.unknown ) : System
EMailHeader AbstractEMail
ContentType MailContentTypes The content type.
리턴 System

MailContentType() 공개 메소드

Create a new e-mail content type by parsing the given string.
public MailContentType ( AbstractEMail EMailHeader, String ContentTypeString ) : System
EMailHeader AbstractEMail
ContentTypeString String
리턴 System

ToString() 공개 메소드

Returns a string representation of this object.
public ToString ( ) : String
리턴 String