.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetMIMEEntity method
Example

Gets a top-level MIME entity from an item.

Note This method is new with Release 5.0.2.

Defined in

NotesItem

Syntax

Set notesMIMEEntity = notesItem.GetMIMEEntity

Return value

notesMIMEEntity


Usage

An item containing a MIME entity is of type MIME_PART.

This method returns Nothing if the current item is not of type MIME_PART.

To get the MIME entity without first getting the item, see NotesDocument.GetMIMEEntity.

Language cross-reference

getMIMEEntity method in Java Item class

Example
See Also