Click or drag to resize
MessageInfoProviderSendNotificationEmail Method
Send notification email.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static void SendNotificationEmail(
	MessageInfo messageInfo,
	UserInfo recipient,
	UserInfo sender,
	string siteName
)

Parameters

messageInfo
Type: CMS.MessagingMessageInfo
Message info
recipient
Type: CMS.MembershipUserInfo
Recipient of the message
sender
Type: CMS.MembershipUserInfo
Sender of the message
siteName
Type: SystemString
Site name
See Also