예제 #1
0
 public bool CreateOutboundMail(OutboundMail mail)
 {
     return(this.Post(API_FRESHDESK_OUTBOUND_EMAIL, mail.ToJson()));
 }