Click or drag to resize
MessageTemplateManagerSendTestEmailMessage Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageTemplateManager.SendTestEmailMessage(System.Int64,System.Int64,System.String)"]

Namespace: Netadmin.Management.Messaging.Implementation
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public Guid SendTestEmailMessage(
	long templateId,
	long customerId,
	string messageRecipient
)

Parameters

templateId
Type: SystemInt64

[Missing <param name="templateId"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageTemplateManager.SendTestEmailMessage(System.Int64,System.Int64,System.String)"]

customerId
Type: SystemInt64

[Missing <param name="customerId"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageTemplateManager.SendTestEmailMessage(System.Int64,System.Int64,System.String)"]

messageRecipient
Type: SystemString

[Missing <param name="messageRecipient"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageTemplateManager.SendTestEmailMessage(System.Int64,System.Int64,System.String)"]

Return Value

Type: Guid

[Missing <returns> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageTemplateManager.SendTestEmailMessage(System.Int64,System.Int64,System.String)"]

Implements

IMessageTemplateManagerSendTestEmailMessage(Int64, Int64, String)
See Also