| SmtpMessageRecipientSubmittedEventArgsRecipientEmail Property | 
            Gets the e-mail address of the recipient of the mail message.
            
 
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic string RecipientEmail { get; }Public ReadOnly Property RecipientEmail As String
	Get
Property Value
Type: 
StringThe pure e-mail address (
user@domain.com, i.e. without display name or remarks)
            of the mail message recipient which was accepted or refused by the SMTP server.
 See Also
See Also