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