C# 클래스 PostmarkDotNet.PostmarkMessageFullProfileExtensions

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

공개 메소드들

메소드 설명
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