Click or drag to resize

MessageRelationshipsExists Method (MessageRelationship)

Returns true if the item is already in the collection.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Exists(
	MessageRelationship relationship
)

Parameters

relationship
Type: NetQuarry.MailMessageRelationship

Return Value

Type: Boolean
True if the item exists in the collection, else false.
See Also