Exemplo n.º 1
0
 private static Guid GetEPID(MimeValue mimeAccountValue)
 {
     return mimeAccountValue.HasAttribute("epid") ?
         new Guid(mimeAccountValue["epid"]) : Guid.Empty;
 }
Exemplo n.º 2
0
 private static Guid GetEPID(MimeValue mimeAccountValue)
 {
     return(mimeAccountValue.HasAttribute("epid") ?
            new Guid(mimeAccountValue["epid"]) : Guid.Empty);
 }