 | 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
Syntaxpublic string[] Attachments { get; set; }
Public Property Attachments As String()
Get
Set
public:
virtual property array<String^>^ Attachments {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
abstract Attachments : string[] with get, set
override Attachments : string[] with get, set
Property Value
Type:
StringThe attachments.
Implements
IMailHeaderAttachments
See Also