Interface IPluginMailEncryptionParams
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginMailEncryptionParams
Parameters for plugin access-properties
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionAn email is usually sent in a certain context, such as during a workflow action.A mail address (string converted) to obtain a certificate for
-
Method Details
-
getMailAddress
String getMailAddress()A mail address (string converted) to obtain a certificate for- Returns:
- Mail address
-
getClient
Mandant getClient()An email is usually sent in a certain context, such as during a workflow action. This returns the client the user, workflow action etc. belongs to.- Returns:
- The current client, ie. the context in which the email is sent.
null
if no client exists, eg. when sending a system email.
-