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
)
Public Function Exists (
relationship As MessageRelationship
) As Boolean
Parameters
- relationship
- Type: NetQuarry.MailMessageRelationship
Return Value
Type:
BooleanTrue if the item exists in the collection, else false.
See Also