Returns the number of inline attachments in the collection.
The count of the attachments having IsInline set to true.
To learn the count of real (not inline) attachments, use msg.Attachments.Count - msg.Attachments.InlineCount
AttachmentCollection Class | MailBee.Mime Namespace