IMailAttachmentFilename Property |
property Filename
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxstring Filename { get; set; }
Property Filename As String
Get
Set
Dim instance As IMailAttachment
Dim value As String
value = instance.Filename
instance.Filename = value
property String^ Filename {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also