🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "messaging"

Found 16 matching component(s)

  • class EmailAddress

    A data class representing an email address with an associated display name, inheriting from ClientValue for use in Office 365 API operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/email_address.py

    email contact office365 client-value data-class
  • 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

    office365 outlook conversation email threads
  • 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

    office365 outlook email recipient messaging
  • 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

    office365 microsoft-graph conversation thread post
  • 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

    office365 outlook conversation thread email
  • 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

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

    A class representing an Internet message header as a key-value pair, conforming to RFC5322 standards for email message headers.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/messages/internet_header.py

    email message-header RFC5322 internet-message office365
  • class MessageEntry

    A data class representing a message entry in Microsoft SharePoint, inheriting from ClientValue to provide serialization capabilities for SharePoint API interactions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/gtp/message_entry.py

    sharepoint message data-transfer-object dto client-value
  • class EmailProperties

    A data class representing email properties for sending emails through SharePoint utilities, including message fields (to, from, subject) and body content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/utilities/email_properties.py

    email sharepoint utilities messaging communication
  • class TeamMessagingSettings

    A configuration class that defines messaging and mention settings for a Microsoft Teams team, controlling user permissions for editing, deleting messages, and using mentions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/messaging_settings.py

    microsoft-teams configuration settings messaging permissions
  • class Team

    Represents a Microsoft Teams team, which is a collection of channels for organizing discussions and collaboration within an organization.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/team.py

    microsoft-teams collaboration channels graph-api entity
  • class ChatCollection

    ChatCollection is a specialized collection class for managing Microsoft Teams Chat entities, providing methods to retrieve and create chat objects within a team context.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/chats/collection.py

    microsoft-teams chat collection entity-management teams-api
  • class ChatMessage

    Represents an individual chat message within a Microsoft Teams channel or chat, supporting both root messages and threaded replies.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/chats/messages/message.py

    microsoft-teams chat messaging graph-api entity
  • class ChatMessageAttachment

    Represents an attachment to a Microsoft Teams chat message, encapsulating metadata and content for files, links, rich cards, and other media types associated with chat messages.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/chats/messages/attachment.py

    microsoft-teams chat attachment messaging office365
  • class Channel

    Represents a Microsoft Teams channel, which is a conversation space within a team where members can communicate and collaborate.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/channels/channel.py

    microsoft-teams channel collaboration graph-api office365
  • class ChannelCollection

    A collection class for managing Microsoft Teams channels, providing methods to add new channels and retrieve messages across all channels in a team.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/channels/collection.py

    microsoft-teams channels collection entity-collection graph-api

Search Examples