Getting email notifications using EWS streaming notifications for a shared mail box

Hi,
I have been trying to get email notification for a shared mailbox using EWS streaming notifications. i am unable to get the notifications. Please can any one tell me how this task can be achieved.
-Praveen

I would recommend you to this link
http://blogs.msdn.com/b/emeamsgdev/archive/2013/04/16/ews-streaming-notification-sample.aspx
Mark Answered, if it solves your question and Vote if you found it helpful.
Rohit Arora

Similar Messages

  • I cannot get to or use my home pc for a while and am staying with a friend for the foreseeable and am using their pc to write this. How do I access my itunes account on their pc. Thanks Karen

    I cannot get to or use my home pc for some time and am staying at a firends and using their pc to write this. I need to access my itunes account and music on their pc. How do I do this. Thanks

    An easy route would be to use the iTunes Match service such that all your Songs are available anywhere over the internet via iCloud.  Once complete you can create an account on your friends PC, download iTunes and sign-in to the iTunes Store with your Apple Id, start iTunes Match and it will provide access to all your Songs.
    Not quite so good, is simply to follow the steps on your friends PC as above, however, instead of iTunes Match simply access the 'purchased' songs area from the iTunes Store home page that will give you access to all your purchases without iTunes Match.
    IMPORTANT:  Apple only like to see a single Apple Id associated with one device - so if your friend already has an active Apple Id account on the PC, it would be wise to use an alternate machine.  Apple has a 90 day lock out associated with switching Apple Ids on a common device.

  • I use a yahoo account for my e-mail which worked fine until I changed my password a few weeks ago. I now keep getting a message up telling me to insert my password again. i know I'm putting in the right password but this driving me to distraction!

    I use a yahoo account for my e-mail which worked fine until I changed my password a few weeks ago. I now keep getting a message up telling me to insert my password again. I know I'm putting in the right password but this is driving me to distraction!
    I have now deleted the account and reinstalled it but now I can't get my e-mails through at all. Can anyone make any suggestions?

    Hello,
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over.
    You may have multiple entries.
    Open Keychain Access in Utilities, enter the part after the @ sign in the search bar, hit enter

  • HT5622 What does this mean?  "can't get email being used by another device."

    What does this mean?  "can't get email being used by another device."

    Goto Finder > Help > type in Trash...
    From Finder Help Trash...
    " Empty the Trash
    Command (⌘)-Shift-Delete
    Empty the Trash without any warning or when it contains locked files
    Command (⌘)-Shift-Option-Delete
    Hold down the Option key, and then choose Finder > Empty Trash "
    See here
    http://support.apple.com/kb/HT1526
    http://www.thexlab.com/faqs/trash.html

  • I would like to use my apple id for all my mail how would i do this

    i would like to use my apple password for all my mail.

    What do you mean by editting it ? You can update your account to be linked to a different email address (http://appleid.apple.com), but you can't transfer content from one account to another account

  • Data Mining shared mail box using powershell via com object Performance is really bad.

    I was trying to pull a report from multiple shared mail boxes by configuring them in outlook. Everything works fine for me here but the problem is that the below script would need a minimum of 10-14 hours on weekly basis. Can you please comment me on how
    can I get more performance? My average mailbox details and my observations are as below:
    It would have about 35 sub folders recursively up to 3 levels in Inbox.
    It would have ~ 300,000 to 400,000 emails.
    I donot know if this can be easily accomplished via EMC Shell but I dont have it either.
    And these are configured in Outlook 2013.
    The biggest folder has about 60000 emails.
    Even plain export without any filter or calculated values in the output is taking the similar time.
    I have even tried to use pick folder and manually executed multiple instances (~10) for each folder but the performance was really worst.
    -------------------------Script Starts here--------------------------------------
    Filter WeeklyReport {If((($_.SentOn -ge ("12/14/2014" -as [datetime])) -and ($_.SentOn -le ("12/20/2014" -as [datetime])))){$_}}
    $ReportFileName="~\Desktop\EMail_Export_$(get-date -f yyyy-MM-dd-HH-mm).csv"
    function GetSubfolders($Parent) { 
        $folders = $Parent.Folders 
        foreach ($folder in $folders) { 
            $Subfolder = $Parent.Folders.Item($folder.Name) 
            Write-Host ("Started processing"+$folder.Name +" at "+$(Get-Date)+" which has "+$folder.items.Count + " items ") -NoNewLine
            $folder.Items | WeeklyReport | Select-Object -Property SenderEmailType,ConversationTopic,CreationTime,ReceivedTime,Importance,LastModificationTime,Size,Subject,CC,ReceivedByName,ReceivedOnBehalfOfName,SenderName,SentOn,SentOnBehalfOfName,To,SenderEmailAddress,Categories,@{N='FolderName';E={$($folder.Name)}}
    | epcsv -Path $ReportFileName -NoTypeInformation -Append
            Write-Host ($(Get-Date))
            GetSubfolders($Subfolder) 
    Add-Type -AssemblyName "Microsoft.Office.Interop.Outlook"
    $olFolders = "Microsoft.Office.Interop.Outlook.olDefaultFolders" -as [type]
    $outlook = New-Object -ComObject outlook.application
    $namespace = $outlook.GetNamespace("MAPI")
    $MailBox=$namespace.Folders | ?{$_.Name -eq "[email protected]"}
    $MailBoxInbox=$MailBox.Folders | ?{$_.Name -eq "Inbox"}
    Write-Host ("Started processing Inbox at "+$(Get-Date)+" which has "+$MailBoxInbox.items.Count + " items") -NoNewLine
    $MailBoxInbox.Items | WeeklyReport | Select-Object -Property SenderEmailType,ConversationTopic,CreationTime,ReceivedTime,Importance,LastModificationTime,Size,Subject,CC,ReceivedByName,ReceivedOnBehalfOfName,SenderName,SentOn,SentOnBehalfOfName,To,SenderEmailAddress,Categories,@{N='FolderName';E={'Inbox'}}
    | epcsv -Path $ReportFileName -NoTypeInformation -Force
    Write-Host ($(Get-Date))
    GetSubfolders($MailBoxInbox)
    $outlook.quit()
    -------------------------Script Ends here--------------------------------------
    --VenuGopal

    Aah, Sorry COM object....
    I have observed that for the execution of the below line hardly it is taking 1-2 seconds for processing 50,000 items and it is similar even if we dont apply the filter.
    $items=$Folder.Items.Restrict($sFilter)
    Just got a doubt and found that the performance issue is not while processing the data but export is taking so much of time. For Example: Execution of the below line starts giving out put on the fly.
    $items|Select-Property$props|ft-a
    Even Out-File is taking so much of time. So, I think I need to start looking out for string builder or Stream Writer rather using epcsv?
    --VenuGopal

  • Using Exchange Web Service (EWS) Streaming Notifications for a shared mailbox in Exchange Server, works or not?

    Hi,
    I am planning to develop an application to use EWS managed API streaming notification for listening the new email event of a shared mailbox. Will it will work or not? I knew it works for a personal mailbox, where the authentication of EWS can be performed
    with the associated Active directory account. For the shared mailbox in Exchange Server, is there such an Active Directory account associated?
    Thanks,
    Richard

    >> Are you saying that if an Active Directory account has the access to a shared mailbox, and then this account can be used for creating the Streaming subscription for that mailbox
    Yes that's correct (try it yourself with the EWSEditor)
    >> In other words, the way how Exchange Server works is that the new messages like new emails are automatically sending to all of the AD accounts which have the access to a mailbox.
    Not sure what you mean by this ? A Shared a Mailbox is just like any other Exchange Mailbox if you have rights to the Folder then you can create a subscription against it. There is no automation involved.
    Cheers
    Glen

  • How to get Flash to use AIR 2.7 for iOS?

    How do I force Flash Pro to use AIR 2.7 for an iOS-project?
    When choosing Publish settings you can only choose AIR for iOS without any version numbers. But when you choose only AIR there is a version number. According to an informative video http://tv.adobe.com/watch/flash-platform-in-action/adobe-air-27-faster-app-performance-on- ios/ it seems like 2.7 could be the solution to my problems. Obviously the 2.7 version is for iOS too and not for "AIR only".
    I have installed 2.7 but in the xml-file that follows with the ipa-file that has been created it says AIR 2.6. But when I try to download 2.7 (again) I get the information that I already have AIR installed... I guess "he/she" means 2.7 because I can see it in a dll-file (according to instructions on a web page on www.adobe.com (can't find it right now)).
    So why am I not getting the ipa-file created with AIR 2.7? What can I do to make it happen?
    Best regards,
    Åsa

    Thanks a lot, this is helpful.
    My interpretation of this document is that the version of AIR used comes from what version of Flash Pro you are using. Correct? And you are not supposed to upgrade AIR without upgrading Flash Pro according to Adobe?
    Best regards,
    Åsa

  • Dhcp address used in terminal and for windows sharing

    Ok. I posted something about this before but with a large PHP reference.
    Want I want to know is why when I open terminal I get a DCHP address and not the name of my HDD? I even went as far as to reinstall everything and the same thing shows up. It also shows up this way for file sharing... what is going on? Please help.

    The computer name that shows up in the Terminal app is controlled by System Preferences->Sharing->Computer Name. Click on the Edit button and put in anything you want. As a long-time Unix user, I prefer localhost, so that's what's on my machine.

  • HT3819 Can you use a "guest network" for home sharing?

    When I have my Macbook, AppleTV, and Iphone 5G all signed into a guest network my ipod won't recognize AppleTV. However, if I use a network that isn't a guest network it works just fine.
    The guest network has a better signal than the non-guest network. That is why I want to use it.
    Can a guest network not be used for Home Sharing?

    No

  • Send to Multiple email addresses using the job notification package

    I'm trying to send notifications to mulitple addresses, and have not been successful in creating the right syntax, I've tried:
    exec add_job_email_notification('J1','[email protected];[email protected]','JOB_FAILED');
    and other combinations. What is the trick to send to more the one address?

    Hi,
    As the documentation says, recipient_address may be a comma-separated list of e-mail addresses. So you should be using commas to separate you addresses e.g.
    '[email protected],[email protected]'
    Hope this helps,
    Ravi.

  • How do I get Mozilla to use the page name for the actual bookmark name instead of the URL when I bookmark a page

    I just noticed this (in comparison to Internet Explorer): In IE, when you favorite a webpage, it uses the actual name of the webpage (for example, for this page, it would be "Ask a Question Firefox Help" as the bookmark name), but in Mozilla it uses the URL address as the bookmark name. I was wondering if it was at all possible to change my Mozilla settings in order to make it use the webpage name as the bookmark name instead of the URL address? I hope everyone understands what I'm getting at? If anyone can help me, I would really appreciate it. Thanks.

    Does this happen with each bookmark?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Problems with bookmarks and history not working properly can be caused by a corrupted places.sqlite database file.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    You can try to check and repair the places database with this extension:
    *https://addons.mozilla.org/firefox/addon/places-maintenance/

  • How to get emails sent using my iphone and gmail sent to my Outlook inbox?

    I have set up my my Iphone Mail Account using gmail/googlemail.
    If I send an e-mail from my iphone then it appears in my sent folder on my iphone but does not get sent to my Outlook inbox (when I carry out the Send/Receive function). However, when I send an e-mail using gmail webmail (rather than Outlook), the sent e-mail DOES get sent to my Outlook inbox.
    How do I set things up (using my Iphone? Using gmail? Using Outlook?) to get e-mails sent using my iphone delivered to my Outlook inbox?

    Thanks for your efforts...
    ..but still not working yet.
    I have deleted the account and created it again, using your instructions.
    I do not know whether Outlook is configured as IMAP or not: sorry to sound ignorant but I am literate only up to a point!
    I do not understand why e-mail that is sent via the webmail goes into my inbox...while e-mail sent via iphone does not. I would therefore imagine that I need to do something to my iphone (as you initially suggested) than to Outlook or Googlemail...but I am quite prepared to be told I am wrong.

  • Can't get email links to open in TenFourFox for Mail version 3.6.

    I just switched to TenFourFox and I can't get my email links to open in it.  I have changed the RSS setting numberous times, tried quiting mail, etc. and it keeps defaulting to Safari.  Any suggestions.
    Also, my email says that java pluggins need to be enabled.  How?
    I'm working on an imac, G4, OS 10.5.6

    i just fixed this on my machine running 10.6.8. the typical workaround is to add appropriate UUIDs, which get updated with each new os build, and break plugins (see here). Follow those instructions, but instead of adding the UUIDs they suggest for 10.6.7, add these (I found them on my machine running 10.6.8, and they work):
    064442B6-53C0-4A97-B71B-2F111AE4195B
    588FF7D1-4310-4175-9980-145B7E975C02
    for fixing on os x version 10.6.7, this may help (though letterbox 0.24b9 should work already).
    i emailed the author (aaron harnly, harnly.net) about this, but haven't heard back (a few days). to be sure, i am quite grateful, as i think we all are, for his excellent plugin, and this workaround is quite simple for dealing with updates.

  • Send email (c#) using ews and set custom display name (from)

    How to connect to exchange service via exchange web services send a mail and the display name is custom ?
    With this code, just connect to exchange server (ews) and send a mail.
    How to change my code ?
    private void t() {
    const string subjectBody = "test email ";
    const string username = "username";
    const string password = "password";
    const string domain = "domain";
    const string ewsURL = "http://exchangesrv/ews/exchange.asmx";
    unews.ExchangeServiceBinding esb = new unews.ExchangeServiceBinding();
    esb.Credentials = new System.Net.NetworkCredential( username, password, domain );
    esb.Url = ewsURL;
    unews.CreateItemType newItem = new unews.CreateItemType();
    newItem.MessageDisposition = unews.MessageDispositionType.SendAndSaveCopy;
    newItem.MessageDispositionSpecified = true;
    unews.MessageType msg = new unews.MessageType();
    msg.Subject = subjectBody;
    msg.Body = new unews.BodyType();
    msg.Body.BodyType1 = unews.BodyTypeType.Text;
    msg.Body.Value = subjectBody;
    msg.ToRecipients = new unews.EmailAddressType[1];
    msg.ToRecipients[0] = new unews.EmailAddressType();
    msg.ToRecipients[0].EmailAddress = "[email protected]";
    newItem.Items = new unews.NonEmptyArrayOfAllItemsType();
    newItem.Items.Items = new unews.ItemType[1];
    newItem.Items.Items[0] = msg;
    try {
    unews.CreateItemResponseType createItemResponse = esb.CreateItem( newItem );
    if (createItemResponse.ResponseMessages.Items[0].ResponseClass == unews.ResponseClassType.Error) {
    throw new Exception( createItemResponse.ResponseMessages.Items[0].MessageText );
    else {
    Console.WriteLine( "Item was created" );
    catch (Exception ex) {
    Console.WriteLine( ex.ToString() );
    With this code, can connect to a exchange server (smtp) and send a mail, with a custom display name.
    System.Net.Mail.SmtpClient smtpc = new System.Net.Mail.SmtpClient( "exchangesrv" );
    System.Net.Mail.MailMessage mm = new System.Net.Mail.MailMessage( "CustomDisplayName <[email protected]>", "[email protected]", "test email", "test email" );
    smtpc.Credentials = new System.Net.NetworkCredential( "username", "password", "domain" );
    smtpc.Send( mm );

    That won't work the way you want it in EWS, like when you send via Outlook or OWA when you send a messages via EWS it's submitted via the Exchange store so the Sender Address will be resolved back to the default Reply address for whatever account your trying
    to send as. If you need some sort of custom display name I would suggest you stick to SMTP or possible create a Transport Agent that would rewrite the address before its sent externally.
    Cheers
    Glen

Maybe you are looking for

  • ITunes store will not open

    Hi I have just downloaded the latest version of iTunes (10.4?) Windows Vista operating on HP pavillion with Avast anti virus. Since then, I can not get the store to open. It starts of by accessing iTunes store with the stripey bar at the top, it then

  • Masking Sensitive Data in SAP

    Hey Experts.  Can someone tell me how we can "Mask" certain data in SAP, using Standard functionality.  We don't want to customize, so if a way exists, please share. We want to be able to blank out or mask data such as the description of the WBS Elem

  • Reinstalling I tunes... ERROR CODE.. HELP PLEASE....????!!!!????

    I have just tried to re install i tunes and all i keep getting is this error code C:\DOCUME~1\ANDREA~1\LOCALS\Temp\2dfb_appcompat.txt I keep removing the i tunes to download it again but its just not working.. Any ideas soon please..???? Thanks Andre

  • Is there a way in Muse to open a page that's listed in the menu in a 'new window'?

    Is there a way in Muse to open a page that's listed in the menu in a 'new window'? Thank You, Gary

  • N97 ringtone mixup

    I just noticed that sometimes N97 doesn't ring the very ring tone I've assigned to the contacts rather it rings the ringtone defaults to the profile. Any ideas why this happens? I can confirm a. All my contacts are in the phone memory. 0 contacts in