iControl.ManagementSMTPConfiguration.Beginget_from_address C# (CSharp) Method

Beginget_from_address() public method

public Beginget_from_address ( string configs, System callback, object asyncState ) : System.IAsyncResult
configs string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_from_address(string [] configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_from_address", new object[] {
            configs}, callback, asyncState);
        }