Click or drag to resize

MailHeaderAttachments Property

Gets or sets the attachments (path and filename) to be attached to message.

Namespace:  Koden.Utils.Emailer
Assembly:  Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntax
public string[] Attachments { get; set; }

Property Value

Type: String
The attachments.

Implements

IMailHeaderAttachments
See Also