Show / Hide Table of Contents

Class MailAttachment

Inheritance
object
MailAttachment
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mail
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
Type Name Description
string filename
byte[] content
string contentType

Properties

Content

Declaration
public byte[] Content { get; set; }
Property Value
Type Description
byte[]

ContentType

Declaration
public string ContentType { get; set; }
Property Value
Type Description
string

Filename

Declaration
public string Filename { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS