MAPIUID

Send Feedback

The MAPIUID structure is a byte-order independent version of a GUID structure and is used to uniquely identify a service provider.

Syntax

struct {
  BYTE ab[16];
} MAPIUID, FAR *LPMAPIUID;

Members

  • ab
    An array containing a 16-byte identifier.

Remarks

A MAPIUID structure — MAPI unique identifier — is a GUID structure put into Intel processor byte order. That is, MAPIUID and GUID structures have the same byte order when used on an Intel-processor computer. However, on a computer that uses a different byte order — for example, a Motorola-processor computer — the MAPIUID has the same byte order as on the Intel machine and the GUID uses the byte order specific to the Motorola-processor computer.

MAPI creates MAPIUID structures in a way that makes it extremely rare for two different items to have the same identifier. MAPIUID structures can be stored as binary properties or as files, without regard to the byte ordering of the computer storing or accessing the information.

To generate a MAPIUID identifier for a profile section or an entry identifier, service providers call the Microsoft utility UUIDGEN.EXE.

When a client transmits a message across a network, it should use a protocol or transmission format that does not change the byte order of MAPIUID data.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

GUID | IsEqualMAPIUID | MAPI Structures | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.