C# Класс Typesafe.Mailgun.Extensions.MailMessageExtensions

Extensions to the System.Net.Mail.MailMessage class
Показать файл Открыть проект

Открытые методы

Метод Описание
AddTag ( this mailMessage, string tag ) : void

Adds a tag to the System.Net.Mail.MailMessage.

AddVariable ( this mailMessage, string name, string value ) : void

Описание методов

AddTag() публичный статический Метод

Adds a tag to the System.Net.Mail.MailMessage.
public static AddTag ( this mailMessage, string tag ) : void
mailMessage this The instance.
tag string The tag to add to the .
Результат void

AddVariable() публичный статический Метод

public static AddVariable ( this mailMessage, string name, string value ) : void
mailMessage this
name string
value string
Результат void