C# Class SendGrid.Helpers.Mail.Personalization

Exibir arquivo Open project: sendgrid/sendgrid-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddBcc ( Email email ) : void
email Email
return void

AddCc() public method

public AddCc ( Email email ) : void
email Email
return void

AddCustomArgs() public method

public AddCustomArgs ( string key, string value ) : void
key string
value string
return void

AddHeader() public method

public AddHeader ( string key, string value ) : void
key string
value string
return void

AddSubstitution() public method

public AddSubstitution ( string key, string value ) : void
key string
value string
return void

AddTo() public method

public AddTo ( Email email ) : void
email Email
return void