🔍 Code Extractor

Browse Components

Showing 20 of 1524 components

  • class Importance

    A simple enumeration-style class that defines three constant string values representing message importance levels: low, normal, and high.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/importance.py | Lines: 1-11

    constants enumeration message-priority importance-levels configuration
  • class AutomaticRepliesSetting

    A configuration class for automatic email reply settings that defines how a user's mailbox responds to incoming emails when the user is unavailable.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/automatic_replies_setting.py | Lines: 4-27

    office365 email automatic-replies out-of-office mailbox-settings
  • class RecurrenceRange

    A data class representing a date range over which a recurring event occurs, used in Azure AD for access reviews, calendar events, and access package assignments.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/recurrence_range.py | Lines: 11-42

    azure-ad recurrence calendar scheduling date-range
  • class ItemBody

    A data class representing the body content of an item (message, event, or group post) with content and content type properties.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/item_body.py | Lines: 4-18

    office365 data-model message-body content-type client-value
  • class BodyType

    A simple enumeration-style class that defines constants for different body content types in HTTP requests or responses.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/body_type.py | Lines: 1-6

    constants enumeration http body-type content-type
  • class ConversationThread

    ConversationThread represents a collection of posts in a group conversation, providing methods to reply to threads and access thread metadata like recipients and attachments.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/conversation_thread.py | Lines: 10-56

    office365 outlook conversation thread email
  • class Post

    Represents an individual Post item within a conversationThread entity in the Office 365 API, inheriting from the Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/post.py | Lines: 4-5

    office365 microsoft-graph conversation thread post
  • class Location

    Represents location information for calendar events in Microsoft Outlook/Office 365, supporting various location types including physical addresses, coordinates, and email-based locations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/location.py | Lines: 7-46

    office365 outlook calendar location event
  • class LocationConstraintItem

    A class representing the conditions stated by a client for the location of a meeting, inheriting from the Location base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/location_constraint_item.py | Lines: 4-5

    office365 outlook calendar meeting location
  • class Recipient

    A class representing information about a user in the sending or receiving end of an event, message or group post in Microsoft Office 365 Outlook.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/recipient.py | Lines: 5-28

    office365 outlook email recipient messaging
  • class RecurrencePattern

    Describes the frequency by which a recurring event repeats.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/recurrence_pattern.py | Lines: 5-37

    class recurrencepattern
  • class PhysicalAddress

    A data class representing the physical address of a contact with fields for city, country/region, postal code, state, and street.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/physical_address.py | Lines: 9-33

    address contact office365 microsoft-graph data-model
  • class PatternedRecurrence

    A class representing a recurrence pattern and range for scheduling recurring events, access reviews, role assignments, and other Microsoft 365/Azure AD objects.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/patterned_recurrence.py | Lines: 6-26

    recurrence scheduling calendar access-reviews azure-ad
  • class MailboxSettings

    Settings for the primary mailbox of a user.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/mailbox_settings.py | Lines: 7-38

    class mailboxsettings
  • class Conversation

    Represents a conversation entity containing a collection of threads, where each thread contains posts sharing the same subject. Provides access to conversation metadata and thread collections.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/conversation.py | Lines: 11-74

    office365 outlook conversation email threads
  • class CustomTimeZone

    A class representing a time zone with non-standard transitions between standard time and daylight saving time.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/timezones/custom.py | Lines: 4-7

    timezone datetime office365 outlook calendar
  • class TimeZoneBase

    A basic representation of a time zone that extends ClientValue, storing and displaying time zone names.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/timezones/base.py | Lines: 4-15

    timezone time-zone office365 client-value data-container
  • class AttendeeAvailability

    A data class representing the availability status of an attendee for a calendar event in Microsoft Outlook.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/attendees/availability.py | Lines: 5-15

    outlook calendar attendee availability scheduling
  • class AttendeeBase

    AttendeeBase is a class representing an attendee in a meeting or calendar event, extending the Recipient class with attendee-specific type information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/attendees/base.py | Lines: 4-16

    office365 calendar meeting attendee email
  • class Attendee

    Represents an event attendee in Microsoft Exchange/Office 365, which can be a person or a resource (meeting room, equipment) configured on the Exchange server.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/attendees/attendee.py | Lines: 5-25

    calendar event attendee office365 exchange