AttachmentCollectionInlineCount Property |
Returns the number of inline attachments in the collection.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int InlineCount { get; }
Public ReadOnly Property InlineCount As Integer
Get
Property Value
Type:
Int32The count of the attachments having
IsInline set to
true.
RemarksTo learn the count of real (not inline) attachments, use msg.Attachments.Count - msg.Attachments.InlineCount
See Also