Click or drag to resize

MessageContent Constructor (String, String, Guid)

Initializes a new instance of the MessageContent class.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public MessageContent(
	string body,
	string subject,
	Guid languageId
)

Parameters

body
Type: SystemString
The body.
subject
Type: SystemString
The subject.
languageId
Type: SystemGuid
The language identifier.
See Also