예제 #1
0
 private static MimeTextFormat GetSettingsMimeTextFormat(IPropertyBag propertyBag, string protocolName, int position, ADPropertyDefinition propertyDefinition)
 {
     return((MimeTextFormat)CASMailboxHelper.GetSettingsInt(propertyBag, protocolName, position, propertyDefinition));
 }
예제 #2
0
 internal static GetterDelegate ImapProtocolLoggingEnabledGetterDelegate()
 {
     return((IPropertyBag propertyBag) => CASMailboxHelper.GetSettingsInt(propertyBag, "IMAP4", 11, ADRecipientSchema.ImapProtocolLoggingEnabled));
 }