IMailMessageAddAttachment Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailMessage.AddAttachment(System.String,System.String)"]
Namespace: Scanjour.Workflow4.Common.ExchangeAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxvoid AddAttachment(
string fileName,
string attachmentAsText
)
Sub AddAttachment (
fileName As String,
attachmentAsText As String
)
void AddAttachment(
String^ fileName,
String^ attachmentAsText
)
abstract AddAttachment :
fileName : string *
attachmentAsText : string -> unit
Parameters
- fileName String
[Missing <param name="fileName"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailMessage.AddAttachment(System.String,System.String)"]
- attachmentAsText String
[Missing <param name="attachmentAsText"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.IMailMessage.AddAttachment(System.String,System.String)"]
See Also