DsnRecipientIsLinked Property
Indicates if the DSN is linked to a certain RecipientStatus object.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsLinked { get; }

Property Value

Type: Boolean
true if DSN is linked to a certain RecipientStatus object; otherwise, false.
Remarks
If this flag is false, there is no RecipientStatus object in Recipients collection which corresponds to this DSN. Usually, this flag is true and some RecipientStatus object holds the reference to this DSN via DsnInfo property.
See Also