iControl.ManagementSMTPConfiguration.get_encrypted_connection_type C# (CSharp) Method

get_encrypted_connection_type() private method

private get_encrypted_connection_type ( string configs ) : ManagementSMTPConfigurationEncryptedConnectionType[]
configs string
return ManagementSMTPConfigurationEncryptedConnectionType[]
        public ManagementSMTPConfigurationEncryptedConnectionType[] get_encrypted_connection_type(
		string [] configs
	)
        {
            object [] results = this.Invoke("get_encrypted_connection_type", new object [] {
                configs});
            return ((ManagementSMTPConfigurationEncryptedConnectionType [])(results[0]));
        }