Module exchangelib.folders.known_folders
Classes
class AdminAuditLogs (**kwargs)
-
Expand source code
class AdminAuditLogs(WellknownFolder): DISTINGUISHED_FOLDER_ID = "adminauditlogs" supported_from = EXCHANGE_2013 get_folder_allowed = False
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var get_folder_allowed
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class AllCategorizedItems (**kwargs)
-
Expand source code
class AllCategorizedItems(WellknownFolder): DISTINGUISHED_FOLDER_ID = "allcategorizeditems" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class AllContacts (**kwargs)
-
Expand source code
class AllContacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "allcontacts" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class AllItems (**kwargs)
-
Expand source code
class AllItems(WellknownFolder): DISTINGUISHED_FOLDER_ID = "allitems" CONTAINER_CLASS = "IPF" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class AllPersonMetadata (**kwargs)
-
Expand source code
class AllPersonMetadata(WellknownFolder): DISTINGUISHED_FOLDER_ID = "allpersonmetadata" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class AllTodoTasks (**kwargs)
-
Expand source code
class AllTodoTasks(NonDeletableFolder): CONTAINER_CLASS = "IPF.Task" supported_item_models = TASK_ITEM_CLASSES
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ApplicationData (**kwargs)
-
Expand source code
class ApplicationData(NonDeletableFolder): CONTAINER_CLASS = "IPM.ApplicationData"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveDeletedItems (**kwargs)
-
Expand source code
class ArchiveDeletedItems(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archivedeleteditems" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveInbox (**kwargs)
-
Expand source code
class ArchiveInbox(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archiveinbox" supported_from = EXCHANGE_2013_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveMsgFolderRoot (**kwargs)
-
Expand source code
class ArchiveMsgFolderRoot(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archivemsgfolderroot" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveRecoverableItemsDeletions (**kwargs)
-
Expand source code
class ArchiveRecoverableItemsDeletions(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archiverecoverableitemsdeletions" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveRecoverableItemsPurges (**kwargs)
-
Expand source code
class ArchiveRecoverableItemsPurges(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archiverecoverableitemspurges" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveRecoverableItemsRoot (**kwargs)
-
Expand source code
class ArchiveRecoverableItemsRoot(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archiverecoverableitemsroot" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ArchiveRecoverableItemsVersions (**kwargs)
-
Expand source code
class ArchiveRecoverableItemsVersions(WellknownFolder): DISTINGUISHED_FOLDER_ID = "archiverecoverableitemsversions" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Audits (**kwargs)
-
Expand source code
class Audits(NonDeletableFolder): get_folder_allowed = False
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var get_folder_allowed
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Birthdays (**kwargs)
-
Expand source code
class Birthdays(Folder): CONTAINER_CLASS = "IPF.Appointment.Birthday" LOCALIZED_NAMES = { "da_DK": ("Fødselsdage",), }
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Calendar (**kwargs)
-
Expand source code
class Calendar(WellknownFolder): """An interface for the Exchange calendar.""" DISTINGUISHED_FOLDER_ID = "calendar" CONTAINER_CLASS = "IPF.Appointment" supported_item_models = (CalendarItem,) LOCALIZED_NAMES = { "da_DK": ("Kalender",), "de_DE": ("Kalender",), "en_US": ("Calendar",), "es_ES": ("Calendario",), "fr_CA": ("Calendrier",), "nl_NL": ("Agenda",), "ru_RU": ("Календарь",), "sv_SE": ("Kalender",), "zh_CN": ("日历",), } def view(self, *args, **kwargs): return FolderCollection(account=self.account, folders=[self]).view(*args, **kwargs)
An interface for the Exchange calendar.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Methods
def view(self, *args, **kwargs)
-
Expand source code
def view(self, *args, **kwargs): return FolderCollection(account=self.account, folders=[self]).view(*args, **kwargs)
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class CalendarLogging (**kwargs)
-
Expand source code
class CalendarLogging(NonDeletableFolder): LOCALIZED_NAMES = { None: ("Calendar Logging",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class CalendarSearchCache (**kwargs)
-
Expand source code
class CalendarSearchCache(NonDeletableFolder): CONTAINER_CLASS = "IPF.Appointment"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class CommonViews (**kwargs)
-
Expand source code
class CommonViews(NonDeletableFolder): DEFAULT_ITEM_TRAVERSAL_DEPTH = ASSOCIATED LOCALIZED_NAMES = { None: ("Common Views",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DEFAULT_ITEM_TRAVERSAL_DEPTH
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class CompanyContacts (**kwargs)
-
Expand source code
class CompanyContacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "companycontacts" CONTAINER_CLASS = "IPF.Contact.Company" supported_from = EXCHANGE_O365 supported_item_models = CONTACT_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Firmaer",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_from
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Conflicts (**kwargs)
-
Expand source code
class Conflicts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "conflicts" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Contacts (**kwargs)
-
Expand source code
class Contacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "contacts" CONTAINER_CLASS = "IPF.Contact" supported_item_models = CONTACT_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Kontaktpersoner",), "de_DE": ("Kontakte",), "en_US": ("Contacts",), "es_ES": ("Contactos",), "fr_CA": ("Contacts",), "nl_NL": ("Contactpersonen",), "ru_RU": ("Контакты",), "sv_SE": ("Kontakter",), "zh_CN": ("联系人",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ConversationHistory (**kwargs)
-
Expand source code
class ConversationHistory(WellknownFolder): DISTINGUISHED_FOLDER_ID = "conversationhistory" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ConversationSettings (**kwargs)
-
Expand source code
class ConversationSettings(NonDeletableFolder): CONTAINER_CLASS = "IPF.Configuration" LOCALIZED_NAMES = { "da_DK": ("Indstillinger for samtalehandlinger",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class CrawlerData (**kwargs)
-
Expand source code
class CrawlerData(Folder): CONTAINER_CLASS = "IPF.StoreItem.CrawlerData"
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class DefaultFoldersChangeHistory (**kwargs)
-
Expand source code
class DefaultFoldersChangeHistory(NonDeletableFolder): CONTAINER_CLASS = "IPM.DefaultFolderHistoryItem"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class DeferredAction (**kwargs)
-
Expand source code
class DeferredAction(NonDeletableFolder): LOCALIZED_NAMES = { None: ("Deferred Action",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class DeletedItems (**kwargs)
-
Expand source code
class DeletedItems(WellknownFolder): DISTINGUISHED_FOLDER_ID = "deleteditems" CONTAINER_CLASS = "IPF.Note" supported_item_models = ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Slettet post",), "de_DE": ("Gelöschte Elemente",), "en_US": ("Deleted Items",), "es_ES": ("Elementos eliminados",), "fr_CA": ("Éléments supprimés",), "nl_NL": ("Verwijderde items",), "ru_RU": ("Удаленные",), "sv_SE": ("Borttaget",), "zh_CN": ("已删除邮件",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Directory (**kwargs)
-
Expand source code
class Directory(WellknownFolder): DISTINGUISHED_FOLDER_ID = "directory" supported_from = EXCHANGE_2013_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class DlpPolicyEvaluation (**kwargs)
-
Expand source code
class DlpPolicyEvaluation(WellknownFolder): DISTINGUISHED_FOLDER_ID = "dlppolicyevaluation" CONTAINER_CLASS = "IPF.StoreItem.DlpPolicyEvaluation" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Drafts (**kwargs)
-
Expand source code
class Drafts(WellknownFolder): CONTAINER_CLASS = "IPF.Note" DISTINGUISHED_FOLDER_ID = "drafts" supported_item_models = MESSAGE_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Kladder",), "de_DE": ("Entwürfe",), "en_US": ("Drafts",), "es_ES": ("Borradores",), "fr_CA": ("Brouillons",), "nl_NL": ("Concepten",), "ru_RU": ("Черновики",), "sv_SE": ("Utkast",), "zh_CN": ("草稿",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class EventCheckPoints (**kwargs)
-
Expand source code
class EventCheckPoints(Folder): CONTAINER_CLASS = "IPF.StoreItem.EventCheckPoints"
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ExchangeSyncData (**kwargs)
-
Expand source code
class ExchangeSyncData(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ExternalContacts (**kwargs)
-
Expand source code
class ExternalContacts(NonDeletableFolder): CONTAINER_CLASS = "IPF.Contact" supported_item_models = CONTACT_ITEM_CLASSES
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Favorites (**kwargs)
-
Expand source code
class Favorites(WellknownFolder): DISTINGUISHED_FOLDER_ID = "favorites" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Files (**kwargs)
-
Expand source code
class Files(NonDeletableFolder): CONTAINER_CLASS = "IPF.Files" LOCALIZED_NAMES = { "da_DK": ("Filer",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class FolderMemberships (**kwargs)
-
Expand source code
class FolderMemberships(Folder): CONTAINER_CLASS = "IPF.Task" LOCALIZED_NAMES = { None: ("Folder Memberships",), }
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class FreeBusyCache (**kwargs)
-
Expand source code
class FreeBusyCache(Folder): CONTAINER_CLASS = "IPF.StoreItem.FreeBusyCache"
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class FreebusyData (**kwargs)
-
Expand source code
class FreebusyData(NonDeletableFolder): LOCALIZED_NAMES = { None: ("Freebusy Data",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Friends (**kwargs)
-
Expand source code
class Friends(NonDeletableFolder): CONTAINER_CLASS = "IPF.Note" supported_item_models = CONTACT_ITEM_CLASSES LOCALIZED_NAMES = { "de_DE": ("Bekannte",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class FromFavoriteSenders (**kwargs)
-
Expand source code
class FromFavoriteSenders(WellknownFolder): DISTINGUISHED_FOLDER_ID = "fromfavoritesenders" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365 LOCALIZED_NAMES = { "da_DK": ("Personer jeg kender",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class GALContacts (**kwargs)
-
Expand source code
class GALContacts(NonDeletableFolder): CONTAINER_CLASS = "IPF.Contact.GalContacts" supported_item_models = CONTACT_ITEM_CLASSES LOCALIZED_NAMES = { None: ("GAL Contacts",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class GraphAnalytics (**kwargs)
-
Expand source code
class GraphAnalytics(NonDeletableFolder): CONTAINER_CLASS = "IPF.StoreItem.GraphAnalytics"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class IMContactList (**kwargs)
-
Expand source code
class IMContactList(WellknownFolder): DISTINGUISHED_FOLDER_ID = "imcontactlist" CONTAINER_CLASS = "IPF.Contact.MOC.ImContactList" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Inbox (**kwargs)
-
Expand source code
class Inbox(WellknownFolder): CONTAINER_CLASS = "IPF.Note" DISTINGUISHED_FOLDER_ID = "inbox" supported_item_models = MESSAGE_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Indbakke",), "de_DE": ("Posteingang",), "en_US": ("Inbox",), "es_ES": ("Bandeja de entrada",), "fr_CA": ("Boîte de réception",), "nl_NL": ("Postvak IN",), "ru_RU": ("Входящие",), "sv_SE": ("Inkorgen",), "zh_CN": ("收件箱",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Inference (**kwargs)
-
Expand source code
class Inference(WellknownFolder): DISTINGUISHED_FOLDER_ID = "inference" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Journal (**kwargs)
-
Expand source code
class Journal(WellknownFolder): CONTAINER_CLASS = "IPF.Journal" DISTINGUISHED_FOLDER_ID = "journal"
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class JunkEmail (**kwargs)
-
Expand source code
class JunkEmail(WellknownFolder): CONTAINER_CLASS = "IPF.Note" DISTINGUISHED_FOLDER_ID = "junkemail" supported_item_models = MESSAGE_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Uønsket e-mail",), "de_DE": ("Junk-E-Mail",), "en_US": ("Junk E-mail",), "es_ES": ("Correo no deseado",), "fr_CA": ("Courrier indésirables",), "nl_NL": ("Ongewenste e-mail",), "ru_RU": ("Нежелательная почта",), "sv_SE": ("Skräppost",), "zh_CN": ("垃圾邮件",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class LocalFailures (**kwargs)
-
Expand source code
class LocalFailures(WellknownFolder): DISTINGUISHED_FOLDER_ID = "localfailures" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Location (**kwargs)
-
Expand source code
class Location(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class MailboxAssociations (**kwargs)
-
Expand source code
class MailboxAssociations(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Messages (**kwargs)
-
Expand source code
class Messages(WellknownFolder): CONTAINER_CLASS = "IPF.Note" supported_item_models = MESSAGE_ITEM_CLASSES
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Subclasses
Class variables
var CONTAINER_CLASS
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class MsgFolderRoot (**kwargs)
-
Expand source code
class MsgFolderRoot(WellknownFolder): """Also known as the 'Top of Information Store' folder.""" DISTINGUISHED_FOLDER_ID = "msgfolderroot" LOCALIZED_NAMES = { None: ("Top of Information Store",), "da_DK": ("Informationslagerets øverste niveau",), "zh_CN": ("信息存储顶部",), }
Also known as the 'Top of Information Store' folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class MyContacts (**kwargs)
-
Expand source code
class MyContacts(WellknownFolder): CONTAINER_CLASS = "IPF.Note" DISTINGUISHED_FOLDER_ID = "mycontacts" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class MyContactsExtended (**kwargs)
-
Expand source code
class MyContactsExtended(NonDeletableFolder): CONTAINER_CLASS = "IPF.Note" supported_item_models = CONTACT_ITEM_CLASSES
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class NonDeletableFolder (**kwargs)
-
Expand source code
class NonDeletableFolder(Folder): """A mixin for non-wellknown folders than that are not deletable.""" @property def is_deletable(self): return False
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Subclasses
- AllTodoTasks
- ApplicationData
- Audits
- CalendarLogging
- CalendarSearchCache
- CommonViews
- ConversationSettings
- DefaultFoldersChangeHistory
- DeferredAction
- ExchangeSyncData
- ExternalContacts
- Files
- FreebusyData
- Friends
- GALContacts
- GraphAnalytics
- Location
- MailboxAssociations
- MyContactsExtended
- OrganizationalContacts
- ParkedMessages
- PassThroughSearchResults
- PdpProfileV2Secured
- PersonMetadata
- RSSFeeds
- Reminders
- Schedule
- ShadowItems
- Sharing
- Shortcuts
- Signal
- SmsAndChatsSync
- SpoolerQueue
- System
- System1
- Views
- WorkingSet
Instance variables
prop is_deletable
-
Expand source code
@property def is_deletable(self): return False
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Notes (**kwargs)
-
Expand source code
class Notes(WellknownFolder): CONTAINER_CLASS = "IPF.StickyNote" DISTINGUISHED_FOLDER_ID = "notes" LOCALIZED_NAMES = { "da_DK": ("Noter",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class OneNotePagePreviews (**kwargs)
-
Expand source code
class OneNotePagePreviews(WellknownFolder): DISTINGUISHED_FOLDER_ID = "onenotepagepreviews" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class OrganizationalContacts (**kwargs)
-
Expand source code
class OrganizationalContacts(NonDeletableFolder): CONTAINER_CLASS = "IPF.Contact.OrganizationalContacts" supported_item_models = CONTACT_ITEM_CLASSES LOCALIZED_NAMES = { None: ("Organizational Contacts",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
var supported_item_models
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Outbox (**kwargs)
-
Expand source code
class Outbox(Messages): DISTINGUISHED_FOLDER_ID = "outbox" LOCALIZED_NAMES = { "da_DK": ("Udbakke",), "de_DE": ("Postausgang",), "en_US": ("Outbox",), "es_ES": ("Bandeja de salida",), "fr_CA": ("Boîte d'envoi",), "nl_NL": ("Postvak UIT",), "ru_RU": ("Исходящие",), "sv_SE": ("Utkorgen",), "zh_CN": ("发件箱",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- Messages
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
Inherited members
Messages
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ParkedMessages (**kwargs)
-
Expand source code
class ParkedMessages(NonDeletableFolder): CONTAINER_CLASS = None
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class PassThroughSearchResults (**kwargs)
-
Expand source code
class PassThroughSearchResults(NonDeletableFolder): CONTAINER_CLASS = "IPF.StoreItem.PassThroughSearchResults" LOCALIZED_NAMES = { None: ("Pass-Through Search Results",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class PdpProfileV2Secured (**kwargs)
-
Expand source code
class PdpProfileV2Secured(NonDeletableFolder): CONTAINER_CLASS = "IPF.StoreItem.PdpProfileSecured"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class PeopleCentricConversationBuddies (**kwargs)
-
Expand source code
class PeopleCentricConversationBuddies(WellknownFolder): DISTINGUISHED_FOLDER_ID = "peoplecentricconversationbuddies" CONTAINER_CLASS = "IPF.Contact.PeopleCentricConversationBuddies" supported_from = EXCHANGE_O365 LOCALIZED_NAMES = { None: ("PeopleCentricConversation Buddies",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class PeopleConnect (**kwargs)
-
Expand source code
class PeopleConnect(WellknownFolder): DISTINGUISHED_FOLDER_ID = "peopleconnect" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class PersonMetadata (**kwargs)
-
Expand source code
class PersonMetadata(NonDeletableFolder): CONTAINER_CLASS = "IPF.Contact"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QedcDefaultRetention (**kwargs)
-
Expand source code
class QedcDefaultRetention(WellknownFolder): DISTINGUISHED_FOLDER_ID = "qedcdefaultretention" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QedcLongRetention (**kwargs)
-
Expand source code
class QedcLongRetention(WellknownFolder): DISTINGUISHED_FOLDER_ID = "qedclongretention" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QedcMediumRetention (**kwargs)
-
Expand source code
class QedcMediumRetention(WellknownFolder): DISTINGUISHED_FOLDER_ID = "qedcmediumretention" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QedcShortRetention (**kwargs)
-
Expand source code
class QedcShortRetention(WellknownFolder): DISTINGUISHED_FOLDER_ID = "qedcshortretention" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QuarantinedEmail (**kwargs)
-
Expand source code
class QuarantinedEmail(WellknownFolder): DISTINGUISHED_FOLDER_ID = "quarantinedemail" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QuarantinedEmailDefaultCategory (**kwargs)
-
Expand source code
class QuarantinedEmailDefaultCategory(WellknownFolder): DISTINGUISHED_FOLDER_ID = "quarantinedemaildefaultcategory" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class QuickContacts (**kwargs)
-
Expand source code
class QuickContacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "quickcontacts" CONTAINER_CLASS = "IPF.Contact.MOC.QuickContacts" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RSSFeeds (**kwargs)
-
Expand source code
class RSSFeeds(NonDeletableFolder): CONTAINER_CLASS = "IPF.Note.OutlookHomepage" LOCALIZED_NAMES = { None: ("RSS Feeds",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecipientCache (**kwargs)
-
Expand source code
class RecipientCache(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recipientcache" CONTAINER_CLASS = "IPF.Contact.RecipientCache" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoverableItemsDeletions (**kwargs)
-
Expand source code
class RecoverableItemsDeletions(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recoverableitemsdeletions" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoverableItemsPurges (**kwargs)
-
Expand source code
class RecoverableItemsPurges(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recoverableitemspurges" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoverableItemsRoot (**kwargs)
-
Expand source code
class RecoverableItemsRoot(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recoverableitemsroot" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoverableItemsSubstrateHolds (**kwargs)
-
Expand source code
class RecoverableItemsSubstrateHolds(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recoverableitemssubstrateholds" supported_from = EXCHANGE_O365 LOCALIZED_NAMES = { None: ("SubstrateHolds",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoverableItemsVersions (**kwargs)
-
Expand source code
class RecoverableItemsVersions(WellknownFolder): DISTINGUISHED_FOLDER_ID = "recoverableitemsversions" supported_from = EXCHANGE_2010_SP1
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RecoveryPoints (**kwargs)
-
Expand source code
class RecoveryPoints(Folder): CONTAINER_CLASS = "IPF.StoreItem.RecoveryPoints"
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class RelevantContacts (**kwargs)
-
Expand source code
class RelevantContacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "relevantcontacts" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Reminders (**kwargs)
-
Expand source code
class Reminders(NonDeletableFolder): CONTAINER_CLASS = "Outlook.Reminder" LOCALIZED_NAMES = { "da_DK": ("Påmindelser",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Schedule (**kwargs)
-
Expand source code
class Schedule(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SearchFolders (**kwargs)
-
Expand source code
class SearchFolders(WellknownFolder): DISTINGUISHED_FOLDER_ID = "searchfolders"
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SentItems (**kwargs)
-
Expand source code
class SentItems(Messages): DISTINGUISHED_FOLDER_ID = "sentitems" LOCALIZED_NAMES = { "da_DK": ("Sendt post",), "de_DE": ("Gesendete Elemente",), "en_US": ("Sent Items",), "es_ES": ("Elementos enviados",), "fr_CA": ("Éléments envoyés",), "nl_NL": ("Verzonden items",), "ru_RU": ("Отправленные",), "sv_SE": ("Skickat",), "zh_CN": ("已发送邮件",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- Messages
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
Inherited members
Messages
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ServerFailures (**kwargs)
-
Expand source code
class ServerFailures(WellknownFolder): DISTINGUISHED_FOLDER_ID = "serverfailures" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ShadowItems (**kwargs)
-
Expand source code
class ShadowItems(NonDeletableFolder): CONTAINER_CLASS = "IPF.StoreItem.ShadowItems"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
-
Expand source code
class SharePointNotifications(WellknownFolder): DISTINGUISHED_FOLDER_ID = "sharepointnotifications" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Sharing (**kwargs)
-
Expand source code
class Sharing(NonDeletableFolder): CONTAINER_CLASS = "IPF.Note"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ShortNotes (**kwargs)
-
Expand source code
class ShortNotes(WellknownFolder): DISTINGUISHED_FOLDER_ID = "shortnotes" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Shortcuts (**kwargs)
-
Expand source code
class Shortcuts(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Signal (**kwargs)
-
Expand source code
class Signal(NonDeletableFolder): CONTAINER_CLASS = "IPF.StoreItem.Signal"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SkypeTeamsMessages (**kwargs)
-
Expand source code
class SkypeTeamsMessages(Folder): CONTAINER_CLASS = "IPF.SkypeTeams.Message" LOCALIZED_NAMES = { None: ("Team-chat",), }
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var LOCALIZED_NAMES
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SmsAndChatsSync (**kwargs)
-
Expand source code
class SmsAndChatsSync(NonDeletableFolder): CONTAINER_CLASS = "IPF.SmsAndChatsSync"
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SpoolerQueue (**kwargs)
-
Expand source code
class SpoolerQueue(NonDeletableFolder): LOCALIZED_NAMES = { None: ("Spooler Queue",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SwssItems (**kwargs)
-
Expand source code
class SwssItems(Folder): CONTAINER_CLASS = "IPF.StoreItem.SwssItems"
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class SyncIssues (**kwargs)
-
Expand source code
class SyncIssues(WellknownFolder): CONTAINER_CLASS = "IPF.Note" DISTINGUISHED_FOLDER_ID = "syncissues" supported_from = EXCHANGE_2013
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class System (**kwargs)
-
Expand source code
class System(NonDeletableFolder): get_folder_allowed = False
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var get_folder_allowed
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class System1 (**kwargs)
-
Expand source code
class System1(NonDeletableFolder): get_folder_allowed = False
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var get_folder_allowed
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Tasks (**kwargs)
-
Expand source code
class Tasks(WellknownFolder): DISTINGUISHED_FOLDER_ID = "tasks" CONTAINER_CLASS = "IPF.Task" supported_item_models = TASK_ITEM_CLASSES LOCALIZED_NAMES = { "da_DK": ("Opgaver",), "de_DE": ("Aufgaben",), "en_US": ("Tasks",), "es_ES": ("Tareas",), "fr_CA": ("Tâches",), "nl_NL": ("Taken",), "ru_RU": ("Задачи",), "sv_SE": ("Uppgifter",), "zh_CN": ("任务",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_item_models
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class TemporarySaves (**kwargs)
-
Expand source code
class TemporarySaves(WellknownFolder): DISTINGUISHED_FOLDER_ID = "temporarysaves" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class ToDoSearch (**kwargs)
-
Expand source code
class ToDoSearch(WellknownFolder): DISTINGUISHED_FOLDER_ID = "todosearch" CONTAINER_CLASS = "IPF.Task" supported_from = EXCHANGE_2013 LOCALIZED_NAMES = { None: ("To-Do Search",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class UserCuratedContacts (**kwargs)
-
Expand source code
class UserCuratedContacts(WellknownFolder): DISTINGUISHED_FOLDER_ID = "usercuratedcontacts" CONTAINER_CLASS = "IPF.Note" supported_from = EXCHANGE_O365
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var supported_from
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class Views (**kwargs)
-
Expand source code
class Views(NonDeletableFolder): pass
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class VoiceMail (**kwargs)
-
Expand source code
class VoiceMail(WellknownFolder): DISTINGUISHED_FOLDER_ID = "voicemail" CONTAINER_CLASS = "IPF.Note.Microsoft.Voicemail" LOCALIZED_NAMES = { None: ("Voice Mail",), }
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- WellknownFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var CONTAINER_CLASS
var DISTINGUISHED_FOLDER_ID
var LOCALIZED_NAMES
Inherited members
WellknownFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class WellknownFolder (**kwargs)
-
Expand source code
class WellknownFolder(Folder, metaclass=EWSMeta): """Base class to use until we have a more specific folder implementation for this folder.""" supported_item_models = ITEM_CLASSES
Base class to use until we have a more specific folder implementation for this folder.
Ancestors
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Subclasses
- AdminAuditLogs
- AllCategorizedItems
- AllContacts
- AllItems
- AllPersonMetadata
- ArchiveDeletedItems
- ArchiveInbox
- ArchiveMsgFolderRoot
- ArchiveRecoverableItemsDeletions
- ArchiveRecoverableItemsPurges
- ArchiveRecoverableItemsRoot
- ArchiveRecoverableItemsVersions
- Calendar
- CompanyContacts
- Conflicts
- Contacts
- ConversationHistory
- DeletedItems
- Directory
- DlpPolicyEvaluation
- Drafts
- Favorites
- FromFavoriteSenders
- IMContactList
- Inbox
- Inference
- Journal
- JunkEmail
- LocalFailures
- Messages
- MsgFolderRoot
- MyContacts
- Notes
- OneNotePagePreviews
- PeopleCentricConversationBuddies
- PeopleConnect
- QedcDefaultRetention
- QedcLongRetention
- QedcMediumRetention
- QedcShortRetention
- QuarantinedEmail
- QuarantinedEmailDefaultCategory
- QuickContacts
- RecipientCache
- RecoverableItemsDeletions
- RecoverableItemsPurges
- RecoverableItemsRoot
- RecoverableItemsSubstrateHolds
- RecoverableItemsVersions
- RelevantContacts
- SearchFolders
- ServerFailures
- SharePointNotifications
- ShortNotes
- SyncIssues
- Tasks
- TemporarySaves
- ToDoSearch
- UserCuratedContacts
- VoiceMail
Class variables
var supported_item_models
Inherited members
Folder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field
class WorkingSet (**kwargs)
-
Expand source code
class WorkingSet(NonDeletableFolder): LOCALIZED_NAMES = { None: ("Working Set",), }
A mixin for non-wellknown folders than that are not deletable.
Ancestors
- NonDeletableFolder
- Folder
- BaseFolder
- RegisterMixIn
- IdChangeKeyMixIn
- EWSElement
- SearchableMixIn
- SupportedVersionClassMixIn
Class variables
var LOCALIZED_NAMES
Inherited members
NonDeletableFolder
:ID_ELEMENT_CLS
account
add_field
all
deregister
exclude
filter
folder_cls_from_container_class
get
get_distinguished
get_events
get_streaming_events
none
parent
people
register
remove_field
root
subscribe_to_pull
subscribe_to_push
subscribe_to_streaming
supported_fields
sync_hierarchy
sync_items
test_access
tree
unsubscribe
validate_field