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

Inheritance: BaseEntity
ファイルを表示 Open project: AArnott/dasblog Class Usage Examples

Public Properties

Property Type Description
contentDisposition string
contentID string
data byte[]
fileName string
isRealAttachment bool

Public Methods

Method Description
Attachment ( string buffer ) : System
SaveToFile ( string fileName ) : void

Method Details

Attachment() public method

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

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Property Details

contentDisposition public_oe property

public string contentDisposition
return string

contentID public_oe property

public string contentID
return string

data public_oe property

public byte[] data
return byte[]

fileName public_oe property

public string fileName
return string

isRealAttachment public_oe property

public bool isRealAttachment
return bool