C# 클래스 SendGrid.Net.Mail.Attachment

상속: AttachmentBase
파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Attachment ( Stream contentStream, ContentType contentType ) : System
Attachment ( Stream contentStream, string name ) : System
Attachment ( Stream contentStream, string name, string mediaType ) : System
Attachment ( string fileName ) : System
Attachment ( string fileName, ContentType contentType ) : System
Attachment ( string fileName, string mediaType ) : System
CreateAttachmentFromString ( string content, ContentType contentType ) : Attachment
CreateAttachmentFromString ( string content, string name ) : Attachment
CreateAttachmentFromString ( string content, string name, Encoding contentEncoding, string mediaType ) : Attachment

비공개 메소드들

메소드 설명
InitName ( string fileName ) : void

메소드 상세

Attachment() 공개 메소드

public Attachment ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
리턴 System

Attachment() 공개 메소드

public Attachment ( Stream contentStream, string name ) : System
contentStream Stream
name string
리턴 System

Attachment() 공개 메소드

public Attachment ( Stream contentStream, string name, string mediaType ) : System
contentStream Stream
name string
mediaType string
리턴 System

Attachment() 공개 메소드

public Attachment ( string fileName ) : System
fileName string
리턴 System

Attachment() 공개 메소드

public Attachment ( string fileName, ContentType contentType ) : System
fileName string
contentType SendGrid.Net.Mime.ContentType
리턴 System

Attachment() 공개 메소드

public Attachment ( string fileName, string mediaType ) : System
fileName string
mediaType string
리턴 System

CreateAttachmentFromString() 공개 정적인 메소드

public static CreateAttachmentFromString ( string content, ContentType contentType ) : Attachment
content string
contentType SendGrid.Net.Mime.ContentType
리턴 Attachment

CreateAttachmentFromString() 공개 정적인 메소드

public static CreateAttachmentFromString ( string content, string name ) : Attachment
content string
name string
리턴 Attachment

CreateAttachmentFromString() 공개 정적인 메소드

public static CreateAttachmentFromString ( string content, string name, Encoding contentEncoding, string mediaType ) : Attachment
content string
name string
contentEncoding System.Text.Encoding
mediaType string
리턴 Attachment