Searched refs:csCCAddress (Results 1 – 2 of 2) sorted by relevance
634 WideString& csCCAddress, in MailToInfo() argument669 if (!csCCAddress.IsEmpty()) in MailToInfo()670 csCCAddress += L';'; in MailToInfo()671 csCCAddress += tmp; in MailToInfo()692 csCCAddress.Replace(L",", L";"); in MailToInfo()942 WideString csCCAddress; in SubmitInternal() local946 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()951 ByteString bsCC = WideString(csCCAddress).ToUTF16LE(); in SubmitInternal()
70 WideString& csCCAddress,