MessageContent Constructor (String, String, Guid) |
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
)
Public Sub New (
body As String,
subject As String,
languageId As Guid
)
public:
MessageContent(
String^ body,
String^ subject,
Guid languageId
)
new :
body : string *
subject : string *
languageId : Guid -> MessageContent
Parameters
- body
- Type: SystemString
The body. - subject
- Type: SystemString
The subject. - languageId
- Type: SystemGuid
The language identifier.
See Also