AppendToFolderFieldType.Item1 Property
The Item1 property identifies the folder type of the target folder.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("TasksFolder", GetType(TasksFolderType))> _
<XmlElementAttribute("ContactsFolder", GetType(ContactsFolderType))> _
<XmlElementAttribute("Folder", GetType(FolderType))> _
<XmlElementAttribute("SearchFolder", GetType(SearchFolderType))> _
<XmlElementAttribute("CalendarFolder", GetType(CalendarFolderType))> _
Public Property Item1 As BaseFolderType
[XmlElementAttribute("TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute("ContactsFolder", typeof(ContactsFolderType))]
[XmlElementAttribute("Folder", typeof(FolderType))]
[XmlElementAttribute("SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute("CalendarFolder", typeof(CalendarFolderType))]
public BaseFolderType Item1 { get; set; }
[XmlElementAttribute(L"TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute(L"ContactsFolder", typeof(ContactsFolderType))]
[XmlElementAttribute(L"Folder", typeof(FolderType))]
[XmlElementAttribute(L"SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute(L"CalendarFolder", typeof(CalendarFolderType))]
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
A BaseFolderType object.
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)