IMAP BODY mime entity info.
| C# | Visual Basic | Managed C++ |
public class IMAP_BODY_Entity
Public Class IMAP_BODY_Entity
public ref class IMAP_BODY_Entity
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ChildEntities |
Gets child entities. This property is available only if ContentType = multipart/... .
| |
| ContentDescription |
Gets header field "Content-Description:" value. Returns null if value isn't set.
| |
| ContentID |
Gets header field "Content-ID:" value. Returns null if value isn't set.
| |
| ContentLines |
Gets content encoded data lines. NOTE: This property is available only for text/xxx content type !
| |
| ContentSize |
Gets content encoded data size. NOTE: This property is available only for non-multipart contentype !
| |
| ContentTransferEncoding |
Gets header field "Content-Transfer-Encoding:" value.
| |
| ContentType |
Gets header field "Content-Type:" value.
| |
| ContentType_Paramters |
Gets header field "Content-Type:" prameters. This value is null if no parameters.
| |
| Envelope |
Gets content envelope. NOTE: This property is available only for message/xxx content type !
Yhis value can be also null if no ENVELOPE provided by server.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParentEntity |
Gets parent entity of this entity. If this entity is top level, then this property returns null.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| IMAP_BODY_Entity | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)