Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Rnwood
SmtpServer
FileMessage
C# Class Rnwood.SmtpServer.FileMessage
Inheritance:
Rnwood.SmtpServer.AbstractMessage
Exibir arquivo
Open project: rnwood/smtp4dev
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
FileMessage
(
FileInfo
file
,
bool
keepOnDispose
) :
System
GetData
( ) :
Stream
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
FileMessage()
public
method
public
FileMessage
(
FileInfo
file
,
bool
keepOnDispose
) :
System
file
System.IO.FileInfo
keepOnDispose
bool
return
System
GetData()
public
method
public
GetData
( ) :
Stream
return
System.IO.Stream