FreeSWITCH.Native.freeswitch.switch_simple_email C# (CSharp) Method

switch_simple_email() public static method

public static switch_simple_email ( string to, string from, string headers, string body, string file, string convert_cmd, string convert_ext ) : switch_bool_t
to string
from string
headers string
body string
file string
convert_cmd string
convert_ext string
return switch_bool_t
        public static switch_bool_t switch_simple_email(string to, string from, string headers, string body, string file, string convert_cmd, string convert_ext)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_simple_email(to, from, headers, body, file, convert_cmd, convert_ext);
            return ret;
        }
freeswitch