ExtendedPropertyType.Item Property
The Item property gets or sets the value or values for a MAPI property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("Values", GetType(NonEmptyArrayOfPropertyValuesType))> _
<XmlElementAttribute("Value", GetType(String))> _
Public Property Item As Object
[XmlElementAttribute("Values", typeof(NonEmptyArrayOfPropertyValuesType))]
[XmlElementAttribute("Value", typeof(string))]
public Object Item { get; set; }
[XmlElementAttribute(L"Values", typeof(NonEmptyArrayOfPropertyValuesType))]
[XmlElementAttribute(L"Value", typeof(String))]
public:
property Object^ Item {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_Item ()
/** @property */
public void set_Item (Object value)
public function get Item () : Object
public function set Item (value : Object)
Property Value
The Item property either returns a string for a single value or a NonEmptyArrayOfPropertyValuesType object that contains an array of string values.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ExtendedPropertyType Class
ExtendedPropertyType Members
ExchangeWebServices Namespace