.

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.

Note This method is new with Release 6.

Defined in

NotesDocument

Syntax

Set notesMIMEEntity = notesDocument.GetMIMEEntity( [ itemName$ ] )

Parameters

itemName$


Return value

notesMIMEEntity


Usage

An item containing a MIME entity is of type MIME_PART.

This method returns Nothing if the requested item does not exist or is not of type MIME_PART.

This method is equivalent to NotesDocument.GetFirstItem followed by NotesItem.GetMIMEEntity.

Language cross-reference

getMIMEEntity method in Java Item class

Example
See Also