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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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