I am creating one sample application [.net technology] by using Lync Client SDK-2013. I want to save the conversation history of particular lync users, recently i come to know that through Exchange Web Service [EWS] we can track the conversation history. But i want to know is there any other mechanism or any other web service [Other than EWS] to keep track of the conversation history of Lync users???
1
There are 1 best solutions below
Related Questions in C#-4.0
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in EXCHANGE-SERVER
- Create Exchange Message Items with EWS and mark them for deletion
- How to import meetings into office365 (EWS and Powershell?)
- EWS Service.FindItems() throws an exception when using SearchFilter.IsEqualTo
- Is there any way to get the list of available equipment in exchange server?
- How to download >1 MB Email attachment using EWS in C#
- Access Exchange mailbox information
- Programmatically determining whether or not Exchange is installed
- How to read from exchange server asynchronously using IMoniker and IStream Interface
- EWS Office 365 Impersonation not working
- calendar schedule request send to the user is accepted or not?
- Run Script to Append Subject and Body of Email
- Java - get contacts from outlook
- Create contacts in Exchange through EWS
- ActiveSync Co-existence failing
- perl office365 imap TLS access not working using IMAPClient
Related Questions in EXCHANGEWEBSERVICES
- PowerShell EWS Save as for e-mails
- Create Exchange Message Items with EWS and mark them for deletion
- How to cache Exchange web service API autodiscoverurl?
- Can't call EWS service with API Java SSL and certificates
- EWS Service.FindItems() throws an exception when using SearchFilter.IsEqualTo
- How to download >1 MB Email attachment using EWS in C#
- Office 365 Exchange Mailbox Properties
- EWS Office 365 Impersonation not working
- EWS Managed API: Identify deleted email when fetching from "AllItems" folder
- Can't find MasterCategoryList in ExchangeWebServices
- Microsoft Graph API Accessing basic info of a user that is outside tenancy
- EWS managed API for Windows Phone8 App
- Exchange Web Service Create a contact and add to global address list
- EWS Managed Api - Attachment URL
- Create contacts in Exchange through EWS
Related Questions in LYNC-CLIENT-SDK
- Microsoft.Lync.Model assembly not found on Asp.Net application
- Detect team call with lync API
- Is UCMA 4.0 SDK free especially since it has Lync Server 2013 in the installation packages?
- LyncClient stuck in Sign In loop
- Lync NotInitializedException uncatchable on windows 8
- How to initiate a Video call using lync sdk?
- Getting context contacts for Lync 2013 custom command (Lync SDK)
- Lync 2010 change display name of sender
- Lync application without lync client
- jLync and Lync Web App poor video quality
- Lync SDK initialized
- Integrating lync 2010 to web application
- Proper way to end meeting for all participants in Skype for Business using Lync SDK
- Cannot install Microsoft Lync 2013 SDK (Preview)
- Showing list of lync windows on click of a button
Related Questions in LYNC-SERVER-2013
- Added SIP-headers in MSPL application missing/being removed in Lync 2013
- Lync / Skype 4 Business Bot
- Newly created Response Group Workflows do not get listed
- Trying to save Lync Conversation History by using Lync Client SDK from Exchange Server but "Conversation History" folder is not Present
- Retrieve call forwarding (routing) rules of a Lync client
- Error SIPEPS, Version=5.0.0.0 UCMA 4.0 VS2010/VS2013
- How to accept a Lync conversation invite in the UCWA 1.0 API
- How to Debug Remote Command
- Block attendees video in Lync 2013 conference
- Detecting routed to sip address in a MSPL script from an incomming ddi number
- How does "call via work" in Skype4b/Lync Server 2013 work?
- Is it possible to use Lync Server 2013 as a UCMA application server also?
- Other Than Exchange Web Service [EWS] is there any other mechanism is present, to get conversation history of Lync users by using Lync SDK?
- Lync 2013 user availability
- Initiate Lync Conversation with specific subject
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The conversation history is just held in a Mailbox Folder in Exchange so any of the Exchange Mailbox Access API that Exchange provides can be used eg EWS, MAPI, POP3, IMAP and ActiveSync. On Office365 the new REST api's can also be used