LumiSoft Net Help
GetAttachments Method (includeInline)
NamespacesLumiSoft.Net.MailMail_MessageGetAttachments(Boolean)
Gets this message attachments.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_Entity[] GetAttachments(
	bool includeInline
)
Public Function GetAttachments ( 
	includeInline As Boolean
) As MIME_Entity()
public:
array<MIME_Entity^>^ GetAttachments(
	bool includeInline
)
member GetAttachments : 
        includeInline : bool -> MIME_Entity[] 
Parameters
includeInline (Boolean)
Specifies if 'inline' entities are included.
Return Value
array<MIME_Entity>[]()[][]
Returns this message attachments.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119