Mime4.net Home | Community Edition | Order | Usage examples | Feedback
SmtpClient VerifyEmail Method (String, String, Boolean, Boolean)MIME4NET Class Library Documentation

Namespace: NI.Email.Smtp
Assembly: NI.Email.Smtp (in NI.Email.Smtp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool VerifyEmail(
	string email,
	string fromEmail,
	bool useVrfyCommand,
	bool useRcptTo
)

Parameters

email
Type: System String

[Missing <param name="email"/> documentation for "M:NI.Email.Smtp.SmtpClient.VerifyEmail(System.String,System.String,System.Boolean,System.Boolean)"]

fromEmail
Type: System String

[Missing <param name="fromEmail"/> documentation for "M:NI.Email.Smtp.SmtpClient.VerifyEmail(System.String,System.String,System.Boolean,System.Boolean)"]

useVrfyCommand
Type: System Boolean

[Missing <param name="useVrfyCommand"/> documentation for "M:NI.Email.Smtp.SmtpClient.VerifyEmail(System.String,System.String,System.Boolean,System.Boolean)"]

useRcptTo
Type: System Boolean

[Missing <param name="useRcptTo"/> documentation for "M:NI.Email.Smtp.SmtpClient.VerifyEmail(System.String,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:NI.Email.Smtp.SmtpClient.VerifyEmail(System.String,System.String,System.Boolean,System.Boolean)"]

See Also