 | IMailHeaderAttachments Property |
Gets or sets the attachments.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxstring[] Attachments { get; set; }
Property Attachments As String()
Get
Set
property array<String^>^ Attachments {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract Attachments : string[] with get, set
Property Value
Type:
String
The attachments.
See Also