// Token: 0x06000AFD RID: 2813 RVA: 0x0003218F File Offset: 0x0003038F
 public static bool IsMigratedConsumerMailbox(ADRawEntry userEntry)
 {
     return(userEntry != null && Globals.IsDatacenter && ConsumerIdentityHelper.IsConsumerMailbox(userEntry.Id) && (PrimaryMailboxSourceType)userEntry[ADUserSchema.PrimaryMailboxSource] == PrimaryMailboxSourceType.Exo);
 }
 // Token: 0x06000AF7 RID: 2807 RVA: 0x0003208B File Offset: 0x0003028B
 public static bool IsConsumerDomain(SmtpDomain domainName)
 {
     return(domainName != null && Globals.IsDatacenter && ConsumerIdentityHelper.IsConsumerMailbox("@" + domainName.Domain));
 }