ICurrentContactMergeServiceUpdateCurrentContactEmail Method |
Updates email of current contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax void UpdateCurrentContactEmail(
string email,
IUserInfo currentUser
)
Parameters
- email
- Type: SystemString
Contacts new email - currentUser
- Type: CMS.BaseIUserInfo
Current user
See Also