C# Class SendGrid.Helpers.Mail.Personalization

Afficher le fichier Open project: sendgrid/sendgrid-csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddBcc ( Email email ) : void
AddCc ( Email email ) : void
AddCustomArgs ( string key, string value ) : void
AddHeader ( string key, string value ) : void
AddSubstitution ( string key, string value ) : void
AddTo ( Email email ) : void

Method Details

AddBcc() public méthode

public AddBcc ( Email email ) : void
email Email
Résultat void

AddCc() public méthode

public AddCc ( Email email ) : void
email Email
Résultat void

AddCustomArgs() public méthode

public AddCustomArgs ( string key, string value ) : void
key string
value string
Résultat void

AddHeader() public méthode

public AddHeader ( string key, string value ) : void
key string
value string
Résultat void

AddSubstitution() public méthode

public AddSubstitution ( string key, string value ) : void
key string
value string
Résultat void

AddTo() public méthode

public AddTo ( Email email ) : void
email Email
Résultat void