RecipientStatusUserDefined Property
Gets the delivery status as a string.

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

Property Value

Type: String
The string status of delivery of the original message to certain recipient.
Remarks
You can use this property if Common property is CommonType.UserDefined or Detailed property is DetailedType.UserDefined.
See Also