Click or drag to resize
ContactHelperGetEmailDomain Method

Note: This API is now obsolete.

Returns email domain name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method is obsolete and will be removed in the next version. Use custom logic instead.")]
public static string GetEmailDomain(
	string email
)

Parameters

email
Type: SystemString

Return Value

Type: String
See Also