AttachmentCollectionInlineCount Property |
Returns the number of inline attachments in the collection.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int InlineCount { get; }
Public ReadOnly Property InlineCount As Integer
Get
Property Value
Type:
Int32The count of the attachments having
IsInline set to
true.
Remarks To get the count of real (not inline) attachments, use msg.Attachments.Count - msg.Attachments.InlineCount
See Also