C# Class SendGrid.Net.Mail.AlternateView

Inheritance: AttachmentBase
Afficher le fichier Open project: advancedrei/sendgridplus-csharp Class Usage Examples

Méthodes publiques

Méthode Description
AlternateView ( Stream contentStream ) : System
AlternateView ( Stream contentStream, ContentType contentType ) : System
AlternateView ( Stream contentStream, string mediaType ) : System
AlternateView ( string fileName ) : System
AlternateView ( string fileName, ContentType contentType ) : System
AlternateView ( string fileName, string mediaType ) : System
CreateAlternateViewFromString ( string content ) : AlternateView
CreateAlternateViewFromString ( string content, ContentType contentType ) : AlternateView
CreateAlternateViewFromString ( string content, Encoding encoding, string mediaType ) : AlternateView

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AlternateView() public méthode

public AlternateView ( Stream contentStream ) : System
contentStream Stream
Résultat System

AlternateView() public méthode

public AlternateView ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
Résultat System

AlternateView() public méthode

public AlternateView ( Stream contentStream, string mediaType ) : System
contentStream Stream
mediaType string
Résultat System

AlternateView() public méthode

public AlternateView ( string fileName ) : System
fileName string
Résultat System

AlternateView() public méthode

public AlternateView ( string fileName, ContentType contentType ) : System
fileName string
contentType SendGrid.Net.Mime.ContentType
Résultat System

AlternateView() public méthode

public AlternateView ( string fileName, string mediaType ) : System
fileName string
mediaType string
Résultat System

CreateAlternateViewFromString() public static méthode

public static CreateAlternateViewFromString ( string content ) : AlternateView
content string
Résultat AlternateView

CreateAlternateViewFromString() public static méthode

public static CreateAlternateViewFromString ( string content, ContentType contentType ) : AlternateView
content string
contentType SendGrid.Net.Mime.ContentType
Résultat AlternateView

CreateAlternateViewFromString() public static méthode

public static CreateAlternateViewFromString ( string content, Encoding encoding, string mediaType ) : AlternateView
content string
encoding System.Text.Encoding
mediaType string
Résultat AlternateView

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void