EmailHelper.Settings.ServerOAuthCredentials Method |
Gets the OAuth credentials for the default SMTP server for the specified site.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntaxpublic static Guid ServerOAuthCredentials(
string siteName
)
Parameters
- siteName
- Type: System.String
Name of the site
Return Value
Type:
GuidOAuth credentials for the default SMTP server (in the settings)
See Also