Method | Description | |
---|---|---|
Begincreate ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_smtp_configs ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_smtp_config ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_auth_enabled_state ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_encrypted_connection_type ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_from_address ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_local_host_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_password ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_smtp_server_host_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_smtp_server_port ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_user_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_auth_enabled_state ( string configs, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_encrypted_connection_type ( string configs, ManagementSMTPConfigurationEncryptedConnectionType encryption_types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_from_address ( string configs, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_local_host_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_password ( string configs, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_smtp_server_host_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_smtp_server_port ( string configs, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_user_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_smtp_configs ( System asyncResult ) : void | ||
Enddelete_smtp_config ( System asyncResult ) : void | ||
Endget_auth_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_encrypted_connection_type ( System asyncResult ) : ManagementSMTPConfigurationEncryptedConnectionType[] | ||
Endget_from_address ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_local_host_name ( System asyncResult ) : string[] | ||
Endget_password ( System asyncResult ) : string[] | ||
Endget_smtp_server_host_name ( System asyncResult ) : string[] | ||
Endget_smtp_server_port ( System asyncResult ) : long[] | ||
Endget_user_name ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_auth_enabled_state ( System asyncResult ) : void | ||
Endset_encrypted_connection_type ( System asyncResult ) : void | ||
Endset_from_address ( System asyncResult ) : void | ||
Endset_local_host_name ( System asyncResult ) : void | ||
Endset_password ( System asyncResult ) : void | ||
Endset_smtp_server_host_name ( System asyncResult ) : void | ||
Endset_smtp_server_port ( System asyncResult ) : void | ||
Endset_user_name ( System asyncResult ) : void | ||
ManagementSMTPConfiguration ( ) : System |
Method | Description | |
---|---|---|
create ( string configs ) : void | ||
delete_all_smtp_configs ( ) : void | ||
delete_smtp_config ( string configs ) : void | ||
get_auth_enabled_state ( string configs ) : CommonEnabledState[] | ||
get_encrypted_connection_type ( string configs ) : ManagementSMTPConfigurationEncryptedConnectionType[] | ||
get_from_address ( string configs ) : string[] | ||
get_list ( ) : string[] | ||
get_local_host_name ( string configs ) : string[] | ||
get_password ( string configs ) : string[] | ||
get_smtp_server_host_name ( string configs ) : string[] | ||
get_smtp_server_port ( string configs ) : long[] | ||
get_user_name ( string configs ) : string[] | ||
get_version ( ) : string | ||
set_auth_enabled_state ( string configs, CommonEnabledState states ) : void | ||
set_encrypted_connection_type ( string configs, ManagementSMTPConfigurationEncryptedConnectionType encryption_types ) : void | ||
set_from_address ( string configs, string addresses ) : void | ||
set_local_host_name ( string configs, string values ) : void | ||
set_password ( string configs, string passwords ) : void | ||
set_smtp_server_host_name ( string configs, string values ) : void | ||
set_smtp_server_port ( string configs, long ports ) : void | ||
set_user_name ( string configs, string values ) : void |
public Begincreate ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_smtp_configs ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_smtp_config ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_auth_enabled_state ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_encrypted_connection_type ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_from_address ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_local_host_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_password ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_smtp_server_host_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_smtp_server_port ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_user_name ( string configs, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_auth_enabled_state ( string configs, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_encrypted_connection_type ( string configs, ManagementSMTPConfigurationEncryptedConnectionType encryption_types, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
encryption_types | ManagementSMTPConfigurationEncryptedConnectionType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_from_address ( string configs, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_local_host_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_password ( string configs, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
passwords | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_smtp_server_host_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_smtp_server_port ( string configs, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_user_name ( string configs, string values, System callback, object asyncState ) : System.IAsyncResult | ||
configs | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_smtp_configs ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_smtp_config ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_auth_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_encrypted_connection_type ( System asyncResult ) : ManagementSMTPConfigurationEncryptedConnectionType[] | ||
asyncResult | System | |
return | ManagementSMTPConfigurationEncryptedConnectionType[] |
public Endget_from_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_local_host_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_password ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_smtp_server_host_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_smtp_server_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_user_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_auth_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_encrypted_connection_type ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_from_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_local_host_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_password ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_smtp_server_host_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_smtp_server_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_user_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public ManagementSMTPConfiguration ( ) : System | ||
return | System |