Click or drag to resize

ExchangeMailServiceCreateMessage Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMailService.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: 24.5.0.0 (24.5.0.0)
Syntax
public IMailMessage CreateMessage(
	string title,
	string body,
	MessageClass? messageClass,
	bool html
)

Parameters

title  String

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

body  String

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

messageClass  NullableMessageClass

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

html  Boolean

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

Return Value

IMailMessage

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

Implements

IMailServiceCreateMessage(String, String, NullableMessageClass, Boolean)
See Also