4AspNet POP3 .NET Component

Attachment.IsFileAttachment Property

Returns true if attachement is file.

[Visual Basic]
Public ReadOnly Property IsFileAttachment As Boolean
[C#]
public bool IsFileAttachment {get;}

Property Value

IsFileAttachment returns true if file attached.

Remarks

HTML of text attachment is possible too. See examples for details.

See Also

Attachment Class | ForAspNet.POP3 Namespace