C# 클래스 Lesnikowski.Pawel.Mail.Pop3.Attachment

상속: BaseEntity
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
contentDisposition string
contentID string
data byte[]
fileName string
isRealAttachment bool

공개 메소드들

메소드 설명
Attachment ( string buffer ) : System
SaveToFile ( string fileName ) : void

메소드 상세

Attachment() 공개 메소드

public Attachment ( string buffer ) : System
buffer string
리턴 System

SaveToFile() 공개 메소드

public SaveToFile ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

contentDisposition 공개적으로 프로퍼티

public string contentDisposition
리턴 string

contentID 공개적으로 프로퍼티

public string contentID
리턴 string

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

isRealAttachment 공개적으로 프로퍼티

public bool isRealAttachment
리턴 bool