Uploads an attachment to this EmailInteraction from a given Stream.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void UploadFileAttachment( Stream inputStream, string fileName, string contentId ) |
Visual Basic |
---|
Public Sub UploadFileAttachment ( _ inputStream As Stream, _ fileName As String, _ contentId As String _ ) |
Parameters
- inputStream
- Type: System.IO..::..Stream
The Stream from which the file content should be read.
- fileName
- Type: System..::..String
The file name to be given to the created attachment.
- contentId
- Type: System..::..String
The Content-ID for an inline attachment conforming to RFC 2111.
Remarks
A non-null, non-empty Content-ID must be provided to create an inline attachment. Inline attachments conform to RFC 2111, and appear within the body of an email if a Content-ID is provided and the HTML email body includes an element (e.g. <img>) associated to a valid URL using the cid: URL scheme.
Use GenerateContentId(String) to generate a unique Content-ID for an inline attachment prior to uploading it.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | A parameter contains an invalid value. |
ININ.IceLib.Connection..::..RequestTimeoutException | The request timed out while waiting for a response. |
ININ.IceLib.Connection..::..SessionDisconnectedException | The Session does not have a valid connection. |
System..::..ObjectDisposedException | The Session has been disposed. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.