Gets MIME entity with the specified Content-ID. Returns null if no such entity.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public MIME_Entity GetEntityByCID( string cid )
Public Function GetEntityByCID ( cid As String ) As MIME_Entity
public: MIME_Entity^ GetEntityByCID( String^ cid )
member GetEntityByCID : cid : string -> MIME_Entity
Parameters
- cid (String)
- Content ID.
Return Value
MIME_Entity
Returns MIME entity with the specified Content-ID or null if no such entity.
Returns MIME entity with the specified Content-ID or null if no such entity.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is disposed and this method is accessed. |
ArgumentNullException | Is raised when cid is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119