models_v2.type_29_enum module¶
- 
class 
models_v2.type_29_enum.Type29Enum[source]¶ Bases:
objectImplementation of the ‘Type29’ enum.
Specifies the Public Folder item types for search.
- Attributes:
 CALENDAR: TODO: type description here. CONTACT: TODO: type description here. POST: TODO: type description here. FOLDER: TODO: type description here. TASK: TODO: type description here. JOURNAL: TODO: type description here. NOTE: TODO: type description here.
- 
CALENDAR= 'Calendar'¶ 
- 
CONTACT= 'Contact'¶ 
- 
FOLDER= 'Folder'¶ 
- 
JOURNAL= 'Journal'¶ 
- 
NOTE= 'Note'¶ 
- 
POST= 'Post'¶ 
- 
TASK= 'Task'¶