SetFolderFieldType.Item1 Property
The Item1 property gets or sets a folder update.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("ContactsFolder", GetType(ContactsFolderType))> _
<XmlElementAttribute("TasksFolder", GetType(TasksFolderType))> _
<XmlElementAttribute("CalendarFolder", GetType(CalendarFolderType))> _
<XmlElementAttribute("SearchFolder", GetType(SearchFolderType))> _
<XmlElementAttribute("Folder", GetType(FolderType))> _
Public Property Item1 As BaseFolderType
[XmlElementAttribute("ContactsFolder", typeof(ContactsFolderType))]
[XmlElementAttribute("TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute("CalendarFolder", typeof(CalendarFolderType))]
[XmlElementAttribute("SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute("Folder", typeof(FolderType))]
public BaseFolderType Item1 { get; set; }
[XmlElementAttribute(L"ContactsFolder", typeof(ContactsFolderType))]
[XmlElementAttribute(L"TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute(L"CalendarFolder", typeof(CalendarFolderType))]
[XmlElementAttribute(L"SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute(L"Folder", typeof(FolderType))]
public:
property BaseFolderType^ Item1 {
BaseFolderType^ get ();
void set (BaseFolderType^ value);
}
/** @property */
public BaseFolderType get_Item1 ()
/** @property */
public void set_Item1 (BaseFolderType value)
public function get Item1 () : BaseFolderType
public function set Item1 (value : BaseFolderType)
Property Value
The Item1 property returns a BaseFolderType that represents a folder that contains a set of updates.
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