Home
last modified time | relevance | path

Searched refs:EMailAddress (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h100 UString EMailAddress; member
DArchiveCommandLine.cpp1203 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2()
1204 if (updateOptions.EMailAddress.Len() > 0) in Parse2()
1205 if (updateOptions.EMailAddress[0] == L'.') in Parse2()
1208 updateOptions.EMailAddress.Delete(0); in Parse2()
DUpdate.cpp1415 const AString addr = GetAnsiString(options.EMailAddress); in UpdateArchive()