C# Class PostmarkDotNet.PostmarkMessageFullProfileExtensions

Show file Open project: wildbit/postmark-dotnet

Public Methods

Method Description
AddAttachment ( this message, string path, string contentType = null, string contentId = null ) : void

Add a file from the specified path to this message.

Method Details

AddAttachment() public static method

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