Exchange 2013 ServerSide Event-Handler for Message-Flagging / Followup possible? - exchange-server

Is it possible to hook up some managed code into Exchange 2013 which is triggered when an E-Mail is flagged via Outlook or OWA?
I've been fiddling around with transport-agents, but they seem to get invoked only on Mail-Transport events, which is not enough, because the E-Mail won't get through the transport-pipeline when being flagged by some user.
Thanks for any help!
Sascha

Looks like Glen answered this on the MSDN forum: https://social.msdn.microsoft.com/Forums/en-US/c0193a51-3347-48cf-896d-563901c383f9/serverside-eventhandler-for-flagevent-possible?forum=exchangesvrdevelopment

Related

Outlook add-in event-based with OfficeRuntime.auth

I'm new to this topic, but I've taken some time to understand some things.
I would like to know how I get a token from an event, I read that OfficeRuntime.auth.getAccessToken() can be used but it doesn't work for me.
Thanks for your help.
I hope get the token when the event onMessageComposeHandler is called.
I am on outlook windows.

event for automatic reply in outlook like OnNewMessageCompose

The OnNewMessageCompose event is fired On composing a new message (includes reply, reply all, and forward)...
We would want to do some custom modification in an add-in ...when the automatic reply setting is clicked to set ooo message.
Or
It would be helpful to have a onAutomaticReplySet event just like the others in
https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/autolaunch#supported-events
Please let us know if there exists an alternative to it via add-ins or com add-ins or office.js etc
when the automatic reply setting is clicked to set ooo message
OfficeJS doesn't provide anything for that. The best what you could do is to check the properties set during the onSend callback. Also you may consider using Graph API to fill the gap with add-in features and events.
Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: “Type: product feature request” at https://aka.ms/M365dev-suggestions .
We don't support that event as part of our Launch Events extension point. You can submit an idea here.

Is there an Outlook Javascript API to get control to addin on Saving as Draft or before syncing to server?

I am working on an Outlook addin to make sure confidential information is not leaked using mail.
Using the on-send feature using ItemSend, we were able to get the email fields and block the sendmail, if required
https://github.com/OfficeDev/Outlook-Add-in-On-Send/tree/master/outlook-add-in-on-send
But there is an use case
User composes the mail and saves it to draft (without clicking on Send)
In outlook on web, composing a mail saves to draft automatically.
How can the add-in get a callback when draft is synced to Outlook server ?
How can the add-in get a callback when draft is synced to Outlook server ?
There is no such callback available for web add-ins. You may post a feature request or suggest a feature on the Tech Community site where community members get to share ideas on ways MS can make Microsoft Graph and Office Platform better by sharing feature requests and ideas.
Nothing like that for the JS-based addins.
For the COM addins, OOM exposes MailItem.Write event - your event handler can cancel the operation.

creating outlook add-in for for outlook 2018

I am working on a project where I would create an extension in outlook that would allow you to see how many emails you received and sent for a certain email (#edu.com). I also want to be able to see things like time received, if the person responded, and the average emails responded to for that particular email group. Any ideas on how I could accomplish this. From what I have seen so far, it looks like I should use the Outlook Graph API for. Any ideas or how to get started would be really nice!
Search for code examples, select the closest one and clone it.
After that try to change its functionality.

CRM 2013 Quick Campaign shows completed but only part of emails being sent out

My environment is CRM 2013 on premise. I'm trying to run a quick campaign under marketing list. There're 13315 members under marketing list. When I run quick campaign, it took over 3 hours to send 4494 successfully and 18 failures. there're still lots not being sent out. but it shows 'Completed' in Status Reason field. It's wired. Do you know why? is there any limitation for members? Here is the screenshot:
Similar issue reported but no response.
I can give you troubleshooting steps:
Check for any useful errors in platform trace
Verify the status of Email activities using Advanced find (pending send?)
Identify the recipients (members of Marketing list viz Contact,Account) for ‘Do not Allow emails’ flag
Maybe helpful, Not sure if it’s related to you.

Resources