Exemple #1
0
 private static IRecipientSession CreateADRecipientSession(bool readOnly, ConsistencyMode consistencyMode, ExchangePrincipal exchangePrincipal, ADObjectId directorySearchRoot)
 {
     return(InstantMessageUtilities.CreateADRecipientSession(CultureInfo.CurrentCulture.LCID, readOnly, consistencyMode, false, exchangePrincipal, true, directorySearchRoot));
 }
Exemple #2
0
 private static IRecipientSession CreateADRecipientSession(int lcid, bool readOnly, ConsistencyMode consistencyMode, bool useDirectorySearchRoot, ExchangePrincipal exchangePrincipal, ADObjectId directorySearchRoot)
 {
     return(InstantMessageUtilities.CreateADRecipientSession(lcid, readOnly, consistencyMode, useDirectorySearchRoot, exchangePrincipal, true, directorySearchRoot));
 }
Exemple #3
0
 internal static IRecipientSession CreateADRecipientSession(ConsistencyMode consistencyMode, ExchangePrincipal exchangePrincipal, ADObjectId directorySearchRoot)
 {
     return(InstantMessageUtilities.CreateADRecipientSession(true, consistencyMode, exchangePrincipal, directorySearchRoot));
 }