MailBeeSmtpRefusedRecipientExceptionRefusedRecipientIndex Property
Gets the index of the refused recipient in ActualRecipients collection.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int RefusedRecipientIndex { get; }

Property Value

Type: Int32
An integer value containing zero-based index of the refused recipient in ActualRecipients collection.
See Also