C# 클래스 sidepop.Mail.SidePOPMailMessage

This class adds a few internet mail headers not already exposed by the System.Net.MailMessage. It also provides support to encapsulate the nested mail attachments in the Children collection.
상속: System.Net.Mail.MailMessage
파일 보기 프로젝트 열기: Octopus-ITSM/sidepop 1 사용 예제들

공개 메소드들

메소드 설명
CreateMailAddress ( string address ) : System.Net.Mail.MailAddress

Creates the mail address.

CreateMailAddress ( string displayName, string address ) : System.Net.Mail.MailAddress

Creates the mail address.

CreateMailMessageFromEntity ( MimeEntity entity ) : SidePOPMailMessage

Creates the mail message from entity.

PopulateAddressList ( string addressList, MailAddressCollection recipients ) : void

Populates the address list.

SidePOPMailMessage ( ) : System

Initializes a new instance of the SidePOPMailMessage class.

비공개 메소드들

메소드 설명
GetHeader ( string header ) : string

Gets the header.

GetHeader ( string header, bool stripBrackets ) : string
GetMailAddresses ( string addressList ) : IEnumerable

Gets the mail addresses.

메소드 상세

CreateMailAddress() 공개 정적인 메소드

Creates the mail address.
public static CreateMailAddress ( string address ) : System.Net.Mail.MailAddress
address string The address.
리턴 System.Net.Mail.MailAddress

CreateMailAddress() 공개 정적인 메소드

Creates the mail address.
public static CreateMailAddress ( string displayName, string address ) : System.Net.Mail.MailAddress
displayName string The display name.
address string The address.
리턴 System.Net.Mail.MailAddress

CreateMailMessageFromEntity() 공개 정적인 메소드

Creates the mail message from entity.
public static CreateMailMessageFromEntity ( MimeEntity entity ) : SidePOPMailMessage
entity sidepop.Mime.MimeEntity The entity.
리턴 SidePOPMailMessage

PopulateAddressList() 공개 정적인 메소드

Populates the address list.
public static PopulateAddressList ( string addressList, MailAddressCollection recipients ) : void
addressList string The address list.
recipients MailAddressCollection The recipients.
리턴 void

SidePOPMailMessage() 공개 메소드

Initializes a new instance of the SidePOPMailMessage class.
public SidePOPMailMessage ( ) : System
리턴 System