C# Class PostmarkDotNet.Legacy.FullProfileLegacyClientExtension

Exibir arquivo Open project: wildbit/postmark-dotnet

Public Methods

Method Description
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

Method Details

BeginSendMessage() public static method

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
return IAsyncResult

SendMessage() public static method

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
return PostmarkResponse