MapiPropertyTypeType Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Identifies the type of an extended MAPI property.

Namespace:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Syntax

'Declaration
Public Enumeration MapiPropertyTypeType
'Usage
Dim instance As MapiPropertyTypeType
public enum MapiPropertyTypeType
public enum class MapiPropertyTypeType
type MapiPropertyTypeType

Members

Member name Description
Supported by the .NET Compact Framework ApplicationTime A double value that is interpreted as a date and time. The integer part is the date, and the fraction part is the time.
Supported by the .NET Compact Framework ApplicationTimeArray An array of double values that are interpreted as a date and time.
Supported by the .NET Compact Framework Binary A base64-encoded binary value.
Supported by the .NET Compact Framework BinaryArray An array of base64-encoded binary values.
Supported by the .NET Compact Framework Boolean A Boolean value.
Supported by the .NET Compact Framework CLSID A GUID string.
Supported by the .NET Compact Framework CLSIDArray An array of GUID strings.
Supported by the .NET Compact Framework Currency A 64-bit integer that is interpreted as the number of cents.
Supported by the .NET Compact Framework CurrencyArray An array of 64-bit integers that are interpreted as the number of cents.
Supported by the .NET Compact Framework Double A 64-bit floating-point value.
Supported by the .NET Compact Framework DoubleArray An array of 64-bit floating-point values.
Supported by the .NET Compact Framework Error An SCODE value (32-bit unsigned integer).
Supported by the .NET Compact Framework Float A 32-bit floating-point value.
Supported by the .NET Compact Framework FloatArray An array of 32-bit floating-point values.
Supported by the .NET Compact Framework Integer A signed 32-bit (Int32) integer.
Supported by the .NET Compact Framework IntegerArray An array of signed 32-bit (Int32) integers.
Supported by the .NET Compact Framework Long A signed or unsigned 64-bit (Int64) integer.
Supported by the .NET Compact Framework LongArray An array of signed or unsigned 64-bit (Int64) integers.
Supported by the .NET Compact Framework Null No property value.
Supported by the .NET Compact Framework Object A pointer to an object that implements the IUnknown interface.
Supported by the .NET Compact Framework ObjectArray An array of pointers to objects that implement the IUnknown interface.
Supported by the .NET Compact Framework Short A signed 16-bit integer.
Supported by the .NET Compact Framework ShortArray An array of signed 16-bit integers.
Supported by the .NET Compact Framework SystemTime A 64-bit integer date and time value in the form of a FILETIME structure.
Supported by the .NET Compact Framework SystemTimeArray An array of 64-bit integer date and time values in the form of a FILETIME structure.
Supported by the .NET Compact Framework String A Unicode string.
Supported by the .NET Compact Framework StringArray An array of Unicode strings.

Remarks

For the full documentation on the types in the Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 namespace, see the Microsoft Exchange Server 2007 SDK in the MSDN Library.

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5

See Also

Reference

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 Namespace