This topic has not yet been rated - Rate this topic

MTSID

Published: July 16, 2012

Contains an X.400 message transport system (MTS) entry identifier.

Header file:

Mapidefs.h

Related macros:

CbMTSID, CbNewMTSID

typedef struct
{
  ULONG cb;
  BYTE abEntry[MAPI_DIM];
} MTSID, FAR *LPMTSID;

cb

Count of bytes in the array described by the abEntry member.

abEntry

Byte array that contains the MTS entry identifier data.

The MTSID structure is used only for X.400 mappings of MAPI entry identifiers. It corresponds to the MAPI FLATENTRY structure.

An MTS identifier has the same format as a MAPI entry identifier or a binary property value. MTS identifiers can be particularly useful for canceling deferred messages.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.