IMailModelHasAttachments Property |
property HasAttachments
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxbool HasAttachments { get; }
ReadOnly Property HasAttachments As Boolean
Get
Dim instance As IMailModel
Dim value As Boolean
value = instance.HasAttachments
property bool HasAttachments {
bool get ();
}
Property Value
Type:
Boolean
See Also