Returns a value indicating whether the message has a linked resource (or more linked resources).

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property HasResources As Boolean
	Get
C#
public bool HasResources { get; }

Field Value

True if message has linked resource; false if no linked resources.

Remarks

This field is only set if the ImapListFields.AttachmentInfo option was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also