Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs Class Reference

Provides data for the SyntaxValidating event. More...

Inherits EventArgs.

Inherited by Aspose::Email::Tools::Verifications::DomainValidatingEventArgs.

Public Member Functions

System::String get_Mail () const
 Gets the mail address is being validating. More...
 
bool get_Skip () const
 Indicates whether to ignore the check. More...
 
void set_Skip (bool value)
 Indicates whether to ignore the check. More...
 
System::ArrayPtr< System::String > get_MailExchangeServers () const
 
void set_MailExchangeServers (System::ArrayPtr< System::String > value)
 
System::SharedPtr< ValidationResultget_Result () const
 Gets the validation result. More...
 
void set_Result (System::SharedPtr< ValidationResult > value)
 Sets the validation result. More...
 
 SyntaxValidatingEventArgs (System::String mail)
 Initializes a new instance of the SyntaxValidatingEventArgs class. More...
 

Friends

class Aspose::Email::Tools::Verifications::EmailValidator
 

Detailed Description

Provides data for the SyntaxValidating event.

Constructor & Destructor Documentation

◆ SyntaxValidatingEventArgs()

Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::SyntaxValidatingEventArgs ( System::String  mail)

Initializes a new instance of the SyntaxValidatingEventArgs class.

Parameters
mailThe mail address.

Member Function Documentation

◆ get_Mail()

System::String Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Mail ( ) const

Gets the mail address is being validating.

◆ get_MailExchangeServers()

System::ArrayPtr<System::String> Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_MailExchangeServers ( ) const

◆ get_Result()

System::SharedPtr<ValidationResult> Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Result ( ) const

Gets the validation result.

◆ get_Skip()

bool Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Skip ( ) const

Indicates whether to ignore the check.

◆ set_MailExchangeServers()

void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_MailExchangeServers ( System::ArrayPtr< System::String >  value)

◆ set_Result()

void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_Result ( System::SharedPtr< ValidationResult value)

Sets the validation result.

◆ set_Skip()

void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_Skip ( bool  value)

Indicates whether to ignore the check.

Friends And Related Function Documentation

◆ Aspose::Email::Tools::Verifications::EmailValidator