Click or drag to resize
ICurrentContactMergeServiceUpdateCurrentContactEmail Method
Updates email of current contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
void UpdateCurrentContactEmail(
	string email,
	IUserInfo currentUser
)

Parameters

email
Type: SystemString
Contacts new email
currentUser
Type: CMS.BaseIUserInfo
Current user
See Also