Class EmailModuleProvider
java.lang.Object
com.mendix.modules.email.internal.EmailModuleProvider
Deprecated.
since 10.12.
Use Email Connector from Mendix Marketplace instead.
Provides access to the email module. This is an internal class that is not to be used and may change at any time.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConcurrentHashMap
<String, EmailModuleDelegate> Deprecated.All email exporters by Mendix instance ID. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EmailModuleDelegate
Deprecated.Returns the email modules for this Mendix runtime server.
-
Field Details
-
emailModules
Deprecated.All email exporters by Mendix instance ID.
-
-
Constructor Details
-
EmailModuleProvider
public EmailModuleProvider()Deprecated.
-
-
Method Details
-
get
Deprecated.Returns the email modules for this Mendix runtime server.- Parameters:
context
- the context to determine the current Mendix runtime server- Returns:
- the email module
-