SendGrid.Net.Mail.Attachment.Attachment C# (CSharp) Method

Attachment() public method

public Attachment ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
return System
        public Attachment(Stream contentStream, ContentType contentType)
            : base(contentStream, contentType)
        {
        }

Same methods

Attachment::Attachment ( Stream contentStream, string name ) : System
Attachment::Attachment ( Stream contentStream, string name, string mediaType ) : System
Attachment::Attachment ( string fileName ) : System
Attachment::Attachment ( string fileName, ContentType contentType ) : System
Attachment::Attachment ( string fileName, string mediaType ) : System