Beispiel #1
0
 public static GuidGlobCount MessageGuidGlobCountFromEntryId(byte[] entryId)
 {
     if (!IdConverter.IsMessageId(entryId))
     {
         throw new CorruptDataException(ServerStrings.MapiInvalidId, new ArgumentException("Invalid message id size.", "entryId"));
     }
     return(IdConverter.ExtractGuidGlobCountFromEntryId(entryId, 46));
 }
Beispiel #2
0
 public static GuidGlobCount GuidGlobCountFromEntryId(byte[] entryId)
 {
     return(IdConverter.ExtractGuidGlobCountFromEntryId(entryId, 22));
 }