Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h103 UString EMailAddress; member
DArchiveCommandLine.cpp1231 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2()
1232 if (updateOptions.EMailAddress.Len() > 0) in Parse2()
1233 if (updateOptions.EMailAddress[0] == L'.') in Parse2()
1236 updateOptions.EMailAddress.Delete(0); in Parse2()
DUpdate.cpp1623 const AString addr (GetAnsiString(options.EMailAddress)); in UpdateArchive()