C# Класс PostmarkDotNet.Legacy.FullProfileLegacyClientExtension

Показать файл Открыть проект

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

Метод Описание
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