This is the complete list of members for Aspose::Email::Clients::Smtp::SmtpClient, including all inherited members.
accessToken | Aspose::Email::Clients::EmailClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::String recipient, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::String recipient, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::String recipient, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::String recipient, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::String recipient, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::String recipient, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< System::IO::Stream > messageStream, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginForward(System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop(System::SharedPtr< IConnection > connection) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop(System::SharedPtr< IConnection > connection, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop(System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop() | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop(System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginNoop(System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::String from, System::String recipients, System::String subject, System::String body) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::String from, System::String recipients, System::String subject, System::String body, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::String from, System::String recipients, System::String subject, System::String body, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< MailMessage > message, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::String from, System::String recipients, System::String subject, System::String body) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::String from, System::String recipients, System::String subject, System::String body, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::String from, System::String recipients, System::String subject, System::String body, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSend(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::EventHandler< System::SharedPtr< MailMessageEventArgs >> messageSentDelegate, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSendQueue() | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSendQueue(System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginSendQueue(System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials(System::SharedPtr< IConnection > connection) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials(System::SharedPtr< IConnection > connection, System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials(System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials() | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials(System::AsyncCallback callback) | Aspose::Email::Clients::Smtp::SmtpClient | |
BeginValidateCredentials(System::AsyncCallback callback, System::SharedPtr< System::Object > state) | Aspose::Email::Clients::Smtp::SmtpClient | |
CancelAsyncOperation(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::EmailClient | |
ConnectionFinalize(System::SharedPtr< System::Object > sender, System::SharedPtr< Base::ConnectionEventArgs > args) | Aspose::Email::Clients::EmailClient | virtual |
connectionPool | Aspose::Email::Clients::EmailClient | |
CreateConnection() | Aspose::Email::Clients::EmailClient | virtual |
CreateConnection(bool createAsDefaultConnection) | Aspose::Email::Clients::EmailClient | virtual |
Dispose() override | Aspose::Email::Clients::EmailClient | |
Dispose(bool disposing) | Aspose::Email::Clients::EmailClient | protectedvirtual |
EmailClient(System::String type) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::String password) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | Aspose::Email::Clients::EmailClient | protected |
EmailClient(System::String type, System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::EmailClient | protected |
EndBeginSendQueue(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::Smtp::SmtpClient | |
EndForward(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::Smtp::SmtpClient | |
EndGroupOperation(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::EmailClient | |
EndNoop(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::Smtp::SmtpClient | |
EndSend(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::Smtp::SmtpClient | |
EndValidateCredentials(System::SharedPtr< System::IAsyncResult > asyncResult) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::SharedPtr< IConnection > connection, System::String sender, System::String recipient, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::String sender, System::String recipient, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::SharedPtr< IConnection > connection, System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< System::IO::Stream > messageStream) | Aspose::Email::Clients::Smtp::SmtpClient | |
Forward(System::String sender, System::SharedPtr< MailAddressCollection > recipients, System::SharedPtr< System::IO::Stream > messageStream) | Aspose::Email::Clients::Smtp::SmtpClient | |
get_AccessToken() | Aspose::Email::Clients::EmailClient | virtual |
get_AllowedAuthentication() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_ClientCertificates() | Aspose::Email::Clients::EmailClient | virtual |
get_ConnectionAsgmtMode() | Aspose::Email::Clients::EmailClient | virtual |
get_ConnectionCheckupPeriod() | Aspose::Email::Clients::EmailClient | virtual |
get_ConnectionPool() const | Aspose::Email::Clients::EmailClient | |
get_ConnectionsQuantity() | Aspose::Email::Clients::EmailClient | virtual |
get_ConnectionState() | Aspose::Email::Clients::EmailClient | |
get_Credentials() | Aspose::Email::Clients::EmailClient | |
get_CurrentConnection() | Aspose::Email::Clients::EmailClient | virtual |
get_DefaultEncoding() | Aspose::Email::Clients::EmailClient | virtual |
get_DefaultPort() override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
get_DeliveryMethod() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_EnableLogger() | Aspose::Email::Clients::EmailClient | |
get_GreetingTimeout() | Aspose::Email::Clients::EmailClient | |
get_HelloMessage() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_Host() | Aspose::Email::Clients::EmailClient | virtual |
get_LogFileName() | Aspose::Email::Clients::EmailClient | |
get_Logger() | Aspose::Email::Clients::EmailClient | virtual |
get_Password() | Aspose::Email::Clients::EmailClient | virtual |
get_PickupDirectoryLocation() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_Pool() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_Port() | Aspose::Email::Clients::EmailClient | virtual |
get_Proxy() | Aspose::Email::Clients::EmailClient | virtual |
get_SecurityOptions() | Aspose::Email::Clients::EmailClient | virtual |
get_SmtpQueueLocation() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_SupportedAuthentication() | Aspose::Email::Clients::Smtp::SmtpClient | |
get_SupportedEncryption() | Aspose::Email::Clients::EmailClient | virtual |
get_Timeout() | Aspose::Email::Clients::EmailClient | |
get_TokenProvider() const | Aspose::Email::Clients::EmailClient | |
get_UseAuthentication() | Aspose::Email::Clients::EmailClient | virtual |
get_UseDateInLogFileName() const | Aspose::Email::Clients::EmailClient | |
get_UseDefaultCredentials() override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
get_UseMultiConnection() | Aspose::Email::Clients::EmailClient | virtual |
get_UsePipelining() | Aspose::Email::Clients::EmailClient | virtual |
get_Username() | Aspose::Email::Clients::EmailClient | virtual |
get_UseTnef() | Aspose::Email::Clients::Smtp::SmtpClient | |
GetCapabilities() | Aspose::Email::Clients::EmailClient | virtual |
InitializeConnectionPool() | Aspose::Email::Clients::EmailClient | |
initializeLogger() | Aspose::Email::Clients::EmailClient | |
logger | Aspose::Email::Clients::EmailClient | |
loggerSyncObj | Aspose::Email::Clients::EmailClient | |
logManagerSyncObj | Aspose::Email::Clients::EmailClient | static |
Noop(System::SharedPtr< IConnection > connection) override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
Noop() override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
Noop(System::SharedPtr< Connection > connection, int32_t timeout) override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
password | Aspose::Email::Clients::EmailClient | |
ResetLogSettings() | Aspose::Email::Clients::EmailClient | |
Send(System::String from, System::String recipients, System::String subject, System::String body) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< MailMessage > message) override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
Send(const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< MailMessageCollection > messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< IConnection > connection, System::String from, System::String recipients, System::String subject, System::String body) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< IConnection > connection, const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessageCollection > messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
Send(System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
SendToQueue(System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_AccessToken(System::String value) | Aspose::Email::Clients::EmailClient | virtual |
set_AllowedAuthentication(SmtpKnownAuthenticationType value) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_ConnectionAsgmtMode(ConnectionAsgmtType value) | Aspose::Email::Clients::EmailClient | virtual |
set_ConnectionCheckupPeriod(int32_t value) | Aspose::Email::Clients::EmailClient | virtual |
set_ConnectionPool(System::SharedPtr< Aspose::Email::Clients::ConnectionPool > value) | Aspose::Email::Clients::EmailClient | |
set_ConnectionsQuantity(int32_t value) | Aspose::Email::Clients::EmailClient | virtual |
set_Credentials(System::SharedPtr< System::Net::ICredentialsByHost > value) | Aspose::Email::Clients::EmailClient | |
set_DefaultEncoding(System::SharedPtr< System::Text::Encoding > value) | Aspose::Email::Clients::EmailClient | virtual |
set_DeliveryMethod(SmtpDeliveryMethod value) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_EnableLogger(bool value) | Aspose::Email::Clients::EmailClient | |
set_GreetingTimeout(int32_t value) | Aspose::Email::Clients::EmailClient | |
set_HelloMessage(System::String value) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_Host(System::String value) | Aspose::Email::Clients::EmailClient | virtual |
set_LogFileName(System::String value) | Aspose::Email::Clients::EmailClient | |
set_Logger(System::SharedPtr< Aspose::Email::Tools::Logging::Logger > value) | Aspose::Email::Clients::EmailClient | virtual |
set_Password(System::String value) | Aspose::Email::Clients::EmailClient | virtual |
set_PickupDirectoryLocation(System::String value) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_Port(int32_t value) | Aspose::Email::Clients::EmailClient | virtual |
set_Proxy(System::SharedPtr< Aspose::Email::Clients::Proxy > value) | Aspose::Email::Clients::EmailClient | virtual |
set_SecurityOptions(Aspose::Email::Clients::SecurityOptions value) | Aspose::Email::Clients::EmailClient | virtual |
set_SmtpQueueLocation(System::String value) | Aspose::Email::Clients::Smtp::SmtpClient | |
set_SupportedEncryption(Base::EncryptionProtocols value) | Aspose::Email::Clients::EmailClient | virtual |
set_Timeout(int32_t value) | Aspose::Email::Clients::EmailClient | |
set_TokenProvider(System::SharedPtr< ITokenProvider > value) | Aspose::Email::Clients::EmailClient | |
set_UseAuthentication(bool value) | Aspose::Email::Clients::EmailClient | virtual |
set_UseDateInLogFileName(bool value) | Aspose::Email::Clients::EmailClient | |
set_UseDefaultCredentials(bool value) override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
set_UseMultiConnection(MultiConnectionMode value) | Aspose::Email::Clients::EmailClient | virtual |
set_UsePipelining(System::SharedPtr< PipeliningStatus > value) | Aspose::Email::Clients::EmailClient | virtual |
set_Username(System::String value) | Aspose::Email::Clients::EmailClient | virtual |
set_UseTnef(bool value) | Aspose::Email::Clients::Smtp::SmtpClient | |
SetCredentials() | Aspose::Email::Clients::EmailClient | |
SetSupportedEncryptionUnsafe(Base::EncryptionProtocols value) | Aspose::Email::Clients::EmailClient | |
SmtpClient() | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::String password) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::String password) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::String authInfo, bool useOAuth) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | Aspose::Email::Clients::Smtp::SmtpClient | |
SmtpClient(System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | Aspose::Email::Clients::Smtp::SmtpClient | |
tokenProvider | Aspose::Email::Clients::EmailClient | |
username | Aspose::Email::Clients::EmailClient | |
ValidateCredentials(System::SharedPtr< IConnection > connection) | Aspose::Email::Clients::Smtp::SmtpClient | |
ValidateCredentials() override | Aspose::Email::Clients::Smtp::SmtpClient | virtual |
~EmailClient() | Aspose::Email::Clients::EmailClient | protectedvirtual |
~SmtpClient() | Aspose::Email::Clients::Smtp::SmtpClient | protectedvirtual |