🔍 Code Extractor

Search Components

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

Search Results for "thread"

Found 11 matching component(s)

  • 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 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 SocialRestThread

    Represents a social thread stored on a SharePoint server, containing a root post and zero or more reply posts, accessible via OData REST API.

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

    sharepoint social thread rest-api odata
  • class SocialThread

    SocialThread represents a social media thread object containing a root post, replies, actors, and metadata for SharePoint social features.

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

    sharepoint social thread posts social-networking
  • class SocialPostReference

    A class representing a reference to a post in another social thread, used for posts with tags, likes, mentions, or replies in SharePoint social features.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/posts/reference.py

    sharepoint social post-reference thread client-value
  • class SocialRestFeed

    SocialRestFeed is a SharePoint entity class that represents a social feed containing threads with root posts and response posts, accessible via OData requests using MS-CSOMREST protocol.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/feed/rest.py

    sharepoint social feed rest-api odata
  • class SocialFeedManager

    The SocialFeedManager class provides access to social feeds. It provides methods to create posts, delete posts, read posts, and perform other operations on posts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/feed/manager.py

    class socialfeedmanager
  • class SocialFeed

    SocialFeed is a data class representing a social media feed containing threads of posts, with metadata about processed items and unread mentions.

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

    sharepoint social feed posts threads
  • class MicrofeedThread

    MicrofeedThread is a minimal class that inherits from ClientValue, serving as a data model for representing microfeed thread objects in the Office365 API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/microfeed/thread.py

    office365 microfeed thread client-value data-model
  • class FieldType

    A class named FieldType

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

    class fieldtype

Search Examples