C# Класс PostmarkDotNet.PostmarkMessageFullProfileExtensions

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

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

Метод Описание
AddAttachment ( this message, string path, string contentType = null, string contentId = null ) : void

Add a file from the specified path to this message.

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

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

Add a file from the specified path to this message.
public static AddAttachment ( this message, string path, string contentType = null, string contentId = null ) : void
message this
path string
contentType string
contentId string
Результат void