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

Inheritance: BaseEntity
Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Méthodes publiques

Свойство Type Description
contentDisposition string
contentID string
data byte[]
fileName string
isRealAttachment bool

Méthodes publiques

Méthode Description
Attachment ( string buffer ) : System
SaveToFile ( string fileName ) : void

Method Details

Attachment() public méthode

public Attachment ( string buffer ) : System
buffer string
Résultat System

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Property Details

contentDisposition public_oe property

public string contentDisposition
Résultat string

contentID public_oe property

public string contentID
Résultat string

data public_oe property

public byte[] data
Résultat byte[]

fileName public_oe property

public string fileName
Résultat string

isRealAttachment public_oe property

public bool isRealAttachment
Résultat bool