Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Information about the new flag in the PR_STORE_SUPPORT_MASK property that indicates support for Unicode in Outlook


View products that this article applies to.

Introduction

MAPI store providers use the PR_STORE_SUPPORT_MASK property to provide information to clients about the capabilities of the provider. There is a new flag in the PR_STORE_SUPPORT_MASK property that indicates that there is support for Unicode.

Microsoft Exchange Server 2000 and earlier versions and the Outlook 2003 Unicode personal folders (.pst) files advertise this new flag.

Both Microsoft Outlook 2002 and Outlook 2003 use this flag to determine whether Unicode support is available from the Store provider.

↑ Back to the top


More information

The following is the new flag that is in the PR_STORE_SUPPORT_MASK property:
#define STORE_UNICODE_OK ((ULONG) 0x00040000)


This flag is not defined in the software development kit (SDK) version of Mapidefs.h. Developers must add this flag to the header file, or they must use the actual flag value when they use this flag in code. Store providers can include this flag in the PR_STORE_SUPPORT_MASK property to indicate that they support Unicode storage. Client programs can look for the presence of the flag to decide whether to request or to save Unicode information to the store.

For detailed information about the PR_STORE_SUPPORT_MASK property, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB884671, kbinfo

↑ Back to the top

Article Info
Article ID : 884671
Revision : 4
Created on : 9/11/2011
Published on : 9/11/2011
Exists online : False
Views : 307