ItemGetMimeXField()

Retrieve the value of a MIME X-Field associated with a message. X-FIELD’s are set on messages that are delivered to GroupWise by way of the Internet or set manually by the ItemAddMimeXField() call.

Token ID

AFTKN_ITEM_GET_MIME_XFIELD or 931

Syntax

ANSISTRING ItemGetMimeXField(
     ANSISTRING MessageID;
     WORD Index)

Parameters

MessageID As ANSISTRING

Unique item identifier, returned by ItemMessageIDFromView().

Index As WORD

The 0-based index of the X-FIELD to retrieve.

Return Values

  • ANSISTRING. Returns the value of the X-FIELD in “Name: Value” format.