MailBee.NET Objects 7.2

AttachmentCollection.InlineCount Property

Returns the number of inline attachments in the collection.

public int InlineCount {get;}

Property Value

The count of the attachments having IsInline set to true.

Remarks

To learn the count of real (not inline) attachments, use msg.Attachments.Count - msg.Attachments.InlineCount

See Also

AttachmentCollection Class | MailBee.Mime Namespace