iControl.ManagementSMTPConfiguration.set_encrypted_connection_type C# (CSharp) Method

set_encrypted_connection_type() private method

private set_encrypted_connection_type ( string configs, ManagementSMTPConfigurationEncryptedConnectionType encryption_types ) : void
configs string
encryption_types ManagementSMTPConfigurationEncryptedConnectionType
return void
        public void set_encrypted_connection_type(
		string [] configs,
		ManagementSMTPConfigurationEncryptedConnectionType [] encryption_types
	)
        {
            this.Invoke("set_encrypted_connection_type", new object [] {
                configs,
                encryption_types});
        }