C# 클래스 LumiSoft.Net.SMTP.Server.NewMail_EventArgs

Provides data for the NewMailEvent event.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
NewMail_EventArgs ( SMTP_Session session, MemoryStream msgStream ) : System

Default constructor.

메소드 상세

NewMail_EventArgs() 공개 메소드

Default constructor.
public NewMail_EventArgs ( SMTP_Session session, MemoryStream msgStream ) : System
session SMTP_Session Reference to smtp session.
msgStream System.IO.MemoryStream Message stream.
리턴 System