public void set_encrypted_connection_type(
		string [] configs,
		ManagementSMTPConfigurationEncryptedConnectionType [] encryption_types
	)
        {
            this.Invoke("set_encrypted_connection_type", new object [] {
                configs,
                encryption_types});
        }
 public System.IAsyncResult Beginset_encrypted_connection_type(string [] configs,ManagementSMTPConfigurationEncryptedConnectionType [] encryption_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_encrypted_connection_type", new object[] {
     configs,
     encryption_types}, callback, asyncState);
 }