Searched refs:csBCCAddress (Results 1 – 2 of 2) sorted by relevance
635 WideString& csBCCAddress, in MailToInfo() argument675 if (!csBCCAddress.IsEmpty()) in MailToInfo()676 csBCCAddress += L';'; in MailToInfo()677 csBCCAddress += tmp; in MailToInfo()693 csBCCAddress.Replace(L",", L";"); in MailToInfo()943 WideString csBCCAddress; in SubmitInternal() local946 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()952 ByteString bsBcc = WideString(csBCCAddress).ToUTF16LE(); in SubmitInternal()
71 WideString& csBCCAddress,