IMailServiceCreateMessage Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

Namespace:  Scanjour.Workflow4.Common.Exchange
Assembly:  Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

IMailMessage CreateMessage(
	string title,
	string body,
	MessageClass? messageClass,
	bool html = false
)

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

body
Type: SystemString

[Missing <param name="body"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

messageClass
Type: SystemNullableMessageClass

[Missing <param name="messageClass"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

html (Optional)
Type: SystemBoolean

[Missing <param name="html"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

Return Value

Type: IMailMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]

See Also

Reference