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