Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LumiSoft
Net
SMTP
Server
NewMail_EventArgs
C# Class LumiSoft.Net.SMTP.Server.NewMail_EventArgs
Provides data for the NewMailEvent event.
Mostrar archivo
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