C++ SMTP Stack  0.10
Public 멤버 함수 | Public 속성 | 모든 멤버 목록
CSmtpResponse 클래스 참조

SMTP 응답 메시지를 파싱하여서 저장하는 클래스 더 자세히 ...

Public 멤버 함수

 CSmtpResponse ()
 ~CSmtpResponse ()
int Parse (const char *pszText, int iTextLen)
 SMTP 응답 메시지를 파싱하여서 내부 자료구조에 저장한다.
int ParseLine (const char *pszText, int iTextLen, bool &bLastLine)
 SMTP 응답 메시지의 1라인을 파싱하여서 내부 자료구조에 저장한다.

Public 속성

int m_iCode
 SMTP 응답 코드
STRING_LIST m_clsReplyList
 SMTP 응답 메시지 리스트

상세한 설명

SMTP 응답 메시지를 파싱하여서 저장하는 클래스

생성자 & 소멸자 문서화

CSmtpResponse::CSmtpResponse ( )
CSmtpResponse::~CSmtpResponse ( )

멤버 데이타 문서화

STRING_LIST CSmtpResponse::m_clsReplyList

SMTP 응답 메시지 리스트

int CSmtpResponse::m_iCode

SMTP 응답 코드