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