Searched refs:csBCCAddress (Results 1 – 2 of 2) sorted by relevance
835 WideString& csBCCAddress, in MailToInfo() argument874 if (!csBCCAddress.IsEmpty()) in MailToInfo()875 csBCCAddress += L';'; in MailToInfo()876 csBCCAddress += tmp; in MailToInfo()892 csBCCAddress.Replace(L",", L";"); in MailToInfo()953 WideString csBCCAddress; in SubmitInternal() local956 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()962 ByteString bsBcc = WideString(csBCCAddress).UTF16LE_Encode(); in SubmitInternal()
88 WideString& csBCCAddress,