Class MailAttachment
Inheritance
MailAttachment
Assembly: DotNetNuke.dll
Syntax
public class MailAttachment
Constructors
MailAttachment(string)
Declaration
public MailAttachment(string filePath)
Parameters
Type |
Name |
Description |
string |
filePath |
|
MailAttachment(string, byte[])
Declaration
public MailAttachment(string filename, byte[] content)
Parameters
Type |
Name |
Description |
string |
filename |
|
byte[] |
content |
|
MailAttachment(string, byte[], string)
Declaration
public MailAttachment(string filename, byte[] content, string contentType)
Parameters
Properties
Content
Declaration
public byte[] Content { get; set; }
Property Value
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Filename
Declaration
public string Filename { get; set; }
Property Value
Extension Methods