C# Class Lesnikowski.Pawel.Mail.Pop3.BaseEntity

ファイルを表示 Open project: AArnott/dasblog

Public Properties

Property Type Description
attachments System.Collections.ArrayList
boundary string
charset string
contentTransferEncoding string
contentType string
hasAttachments bool

Protected Properties

Property Type Description
header string

Public Methods

Method Description
BaseEntity ( string buffer ) : System

Protected Methods

Method Description
GetHeader ( string buffer ) : void
GetValueEqualFromHeader ( string key ) : string

z 'ala="123"'

GetValueEqualFromHeader2 ( string key ) : string

z 'ala="123"'

GetValueFromHeader ( string key ) : string

Private Methods

Method Description
ParseMixedMessage ( string buffer, string boundary ) : bool

Method Details

BaseEntity() public method

public BaseEntity ( string buffer ) : System
buffer string
return System

GetHeader() protected method

protected GetHeader ( string buffer ) : void
buffer string
return void

GetValueEqualFromHeader() protected method

z 'ala="123"'
protected GetValueEqualFromHeader ( string key ) : string
key string ala=
return string

GetValueEqualFromHeader2() protected method

z 'ala="123"'
protected GetValueEqualFromHeader2 ( string key ) : string
key string ala=
return string

GetValueFromHeader() protected method

protected GetValueFromHeader ( string key ) : string
key string
return string

Property Details

attachments public_oe property

public ArrayList,System.Collections attachments
return System.Collections.ArrayList

boundary public_oe property

public string boundary
return string

charset public_oe property

public string charset
return string

contentTransferEncoding public_oe property

public string contentTransferEncoding
return string

contentType public_oe property

public string contentType
return string

hasAttachments public_oe property

public bool hasAttachments
return bool

header protected_oe property

protected string header
return string