Creates attachment(application/octet-stream) entity.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static MIME_Entity CreateEntity_Attachment( string attachmentName, Stream stream )
Public Shared Function CreateEntity_Attachment ( attachmentName As String, stream As Stream ) As MIME_Entity
public: static MIME_Entity^ CreateEntity_Attachment( String^ attachmentName, Stream^ stream )
static member CreateEntity_Attachment : attachmentName : string * stream : Stream -> MIME_Entity
Return Value
MIME_Entity
Returns created entity.
Returns created entity.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when attachmentName or stream is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119