C# Class SendGrid.FileAttachment

Inheritance: AttachmentBase
Show file Open project: advancedrei/sendgridplus-csharp

Public Methods

Method Description
FileAttachment ( string filePath ) : System
GetStream ( ) : Stream

Method Details

FileAttachment() public method

public FileAttachment ( string filePath ) : System
filePath string
return System

GetStream() public method

public GetStream ( ) : Stream
return Stream