Click or drag to resize

ExchangeMessageAddAttachment Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.AddAttachment(System.String,System.String)"]


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 void AddAttachment(
	string fileName,
	string attachmentAsText
)

Parameters

fileName  String

[Missing <param name="fileName"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.AddAttachment(System.String,System.String)"]

attachmentAsText  String

[Missing <param name="attachmentAsText"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeMessage.AddAttachment(System.String,System.String)"]

Implements

IMailMessageAddAttachment(String, String)
See Also