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