Searched refs:csCCAddress (Results 1 – 2 of 2) sorted by relevance
834 WideString& csCCAddress, in MailToInfo() argument868 if (!csCCAddress.IsEmpty()) in MailToInfo()869 csCCAddress += L';'; in MailToInfo()870 csCCAddress += tmp; in MailToInfo()891 csCCAddress.Replace(L",", L";"); in MailToInfo()952 WideString csCCAddress; in SubmitInternal() local956 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()961 ByteString bsCC = WideString(csCCAddress).UTF16LE_Encode(); in SubmitInternal()
87 WideString& csCCAddress,