[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.MailServiceFactory.CreateExchangeMailService(System.Collections.Generic.IDictionary{System.String,System.String})"]
public static IMailService CreateExchangeMailService(
IDictionary<string, string> settings
)
Public Shared Function CreateExchangeMailService (
settings As IDictionary(Of String, String)
) As IMailService
public:
static IMailService^ CreateExchangeMailService(
IDictionary<String^, String^>^ settings
)
static member CreateExchangeMailService :
settings : IDictionary<string, string> -> IMailService
[Missing <param name="settings"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.MailServiceFactory.CreateExchangeMailService(System.Collections.Generic.IDictionary{System.String,System.String})"]
[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Exchange.MailServiceFactory.CreateExchangeMailService(System.Collections.Generic.IDictionary{System.String,System.String})"]