Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
org
GraphDefined
Vanaheimr
Hermod
Mail
EMailExtentionMethods
C# Class org.GraphDefined.Vanaheimr.Hermod.Mail.EMailExtentionMethods
Show file
Open project: Vanaheimr/Hermod
Public Methods
Method
Description
SendVia
(
this
EMail
,
SMTPClient
SMTPClient
,
Byte
NumberOfRetries
= 3 ) :
Task
Method Details
SendVia()
public
static
method
public
static
SendVia
(
this
EMail
,
SMTPClient
SMTPClient
,
Byte
NumberOfRetries
= 3 ) :
Task
EMail
this
SMTPClient
org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPClient
NumberOfRetries
Byte
return
Task