[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]
IMailMessage CreateMessage(
string title,
string body,
MessageClass? messageClass,
bool html = false
)
Function CreateMessage (
title As String,
body As String,
messageClass As MessageClass?,
Optional html As Boolean = false
) As IMailMessage
IMailMessage^ CreateMessage(
String^ title,
String^ body,
Nullable<MessageClass> messageClass,
bool html = false
)
abstract CreateMessage :
title : string *
body : string *
messageClass : Nullable<MessageClass> *
?html : bool
(* Defaults:
let _html = defaultArg html false
*)
-> IMailMessage
[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)"]
[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)"]
[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)"]
[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)"]
[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailService.CreateMessage(System.String,System.String,System.Nullable{Scanjour.Workflow4.Common.Exchange.MessageClass},System.Boolean)"]