Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
LumiSoft
Net
SMTP
Server
NewMail_EventArgs
C# Class LumiSoft.Net.SMTP.Server.NewMail_EventArgs
Provides data for the NewMailEvent event.
Mostra file
Open project: jeske/StepsDB-alpha
Class Usage Examples
Public Methods
Method
Description
NewMail_EventArgs
(
SMTP_Session
session
,
MemoryStream
msgStream
) :
System
Default constructor.
Method Details
NewMail_EventArgs()
public
method
Default constructor.
public
NewMail_EventArgs
(
SMTP_Session
session
,
MemoryStream
msgStream
) :
System
session
SMTP_Session
Reference to smtp session.
msgStream
System.IO.MemoryStream
Message stream.
return
System