C# 클래스 PostmarkDotNet.Legacy.FullProfileLegacyClientExtension

파일 보기 프로젝트 열기: wildbit/postmark-dotnet

공개 메소드들

메소드 설명
BeginSendMessage ( this client, string from, string to, string subject, string body, NameValueCollection headers ) : IAsyncResult
SendMessage ( this client, string from, string to, string subject, string body, NameValueCollection headers ) : PostmarkResponse

메소드 상세

BeginSendMessage() 공개 정적인 메소드

public static BeginSendMessage ( this client, string from, string to, string subject, string body, NameValueCollection headers ) : IAsyncResult
client this
from string
to string
subject string
body string
headers System.Collections.Specialized.NameValueCollection
리턴 IAsyncResult

SendMessage() 공개 정적인 메소드

public static SendMessage ( this client, string from, string to, string subject, string body, NameValueCollection headers ) : PostmarkResponse
client this
from string
to string
subject string
body string
headers System.Collections.Specialized.NameValueCollection
리턴 PostmarkResponse