C# 클래스 MailConvert.Mail

파일 보기 프로젝트 열기: hijirichan/AkaneMail 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address string
attach string
body string
convert string
date string
header string
notReadYet bool
size string
subject string
uidl string

공개 메소드들

메소드 설명
Mail ( string address, string header, string subject, string body, string attach, string date, string size, string uidl, bool notReadYet, string convert ) : System

메소드 상세

Mail() 공개 메소드

public Mail ( string address, string header, string subject, string body, string attach, string date, string size, string uidl, bool notReadYet, string convert ) : System
address string
header string
subject string
body string
attach string
date string
size string
uidl string
notReadYet bool
convert string
리턴 System

프로퍼티 상세

address 공개적으로 프로퍼티

public string address
리턴 string

attach 공개적으로 프로퍼티

public string attach
리턴 string

body 공개적으로 프로퍼티

public string body
리턴 string

convert 공개적으로 프로퍼티

public string convert
리턴 string

date 공개적으로 프로퍼티

public string date
리턴 string

header 공개적으로 프로퍼티

public string header
리턴 string

notReadYet 공개적으로 프로퍼티

public bool notReadYet
리턴 bool

size 공개적으로 프로퍼티

public string size
리턴 string

subject 공개적으로 프로퍼티

public string subject
리턴 string

uidl 공개적으로 프로퍼티

public string uidl
리턴 string