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

Inheritance: BaseEntity
显示文件 Open project: AArnott/dasblog Class Usage Examples

Public Properties

Property Type Description
body string
date string
from string
replyTo string
subject string

Public Methods

Method Description
GetMail ( string s ) : string

zwraca mail pomiedzy '<' i '>'

Pop3Message ( string buffer, bool onlyHeader ) : System

Private Methods

Method Description
GetTextMessage ( string buffer ) : string

Method Details

GetMail() public static method

zwraca mail pomiedzy '<' i '>'
public static GetMail ( string s ) : string
s string
return string

Pop3Message() public method

public Pop3Message ( string buffer, bool onlyHeader ) : System
buffer string
onlyHeader bool
return System

Property Details

body public_oe property

public string body
return string

date public_oe property

public string date
return string

from public_oe property

public string from
return string

replyTo public_oe property

public string replyTo
return string

subject public_oe property

public string subject
return string