Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Python 在 MS Exchange 网络上获取用户个人资料照片?
目前用户使用他们的公司域注册,我想自动获取他们的个人资料照片。也许类似于 gravatar,但适用于 Microsoft 网络?
数据实际上存储在 Active Directory 中。我不记得头顶上的 AD 属性,但在 MAPI 级别,可以从 PR_EMS_AB_THUMBNAIL_PHOTO (PidTagThumbnailPhone) 属性中检索该属性。