简体   繁体   中英

MailAddress to right Fax server is not working right

I am trying to send email address and right fax service email gateway recive it just like that It gives the error here

Tried to remove System.Text.Encoding.ASCII

But still same issue below that is received from right fax

TO :- =?us-ascii?Q??/name=3D1000025996-64703714-0/fax=3D0227707689/?
<Right.FAX@x.com>?=" <Right.FAX@x.com>

The code & Problem in MailAddress to

MailAddress from = new MailAddress("<Right.FAX@x.com>");

MailAddress to = new MailAddress("<Right.FAX@x.com>", "“/name=" + clientID + "/fax=" + faxNumber + "/” <Right.FAX@x.com>", System.Text.Encoding.ASCII);

只是不要使用特殊字符,包括<>?/等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM