C# 클래스 Typesafe.Mailgun.Extensions.MailMessageExtensions

Extensions to the System.Net.Mail.MailMessage class
파일 보기 프로젝트 열기: typesafe/mnailgun

공개 메소드들

메소드 설명
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