Shared mailboxes and tagging for drag'n'drop

Hi!
We're faced with a rather difficult problem regarding shared mailboxes, let me give you a scenario:
Alice, Bob and Ron each have their own mailbox and a shared (ShareMB01). The shared mailbox is connected to a document management system which collects mail and attached files from this mailbox. What I want to know is, how can I set it up so I see which
user has moved a mail to ShareMB01? Is there a way to change/modify the email header or subject so that it includes the name of the person moving it? We cannot simply go by recipient, because Ron might send to Alice and CC Bob, and Bob was the one who moved
it.
Am I making any sense here?
Regards
Johan

It is possible to drag and drop nodes using mouse events and data binding:
import javafx.input.*;
import javafx.application.*;
import javafx.scene.paint.*;
import javafx.scene.geometry.*;
import java.lang.System;
var x = 100.0;
var y = 30.0;
Frame {
    title: "Circle"
    width:  200
    height: 100
    stage: Stage{
        content: Circle {
            centerX: bind x
            centerY: bind y
            radius: 25
            fill: Color.ORANGE
            stroke: Color.GREEN
            onMouseDragged: function(e:MouseEvent) {
                    x = e.getX();
                    y = e.getY();
    visible: true  
}The full feature that allows to drag and drop objects from one component to another is described in [JFXC-1263|http://openjfx.java.sun.com/jira/browse/JFXC-1263]

Similar Messages

  • Shared mailbox and personal mailbox showing identical content in Outlook

    I have one user on Outlook 2010 who has Full Access permissions to a shared mailbox. In OWA, everything looks fine, but in Outlook, the shared mailbox shows the contents of her personal mailbox instead of the content of the shared mailbox.
    If she views the shared mailbox's Inbox, it shows her the contents of her own Inbox instead of the shared mailbox. If she attempts to view the shared mailbox's Calendar, it shows her nothing at all. There are no error messages.
    I configured a separate Mail profile (via Control Panel) for the shared mailbox, and that works fine also.
    I deleted her Mail profile and all cached Outlook data, then created a new profile, and let Outlook recache all the data. Same problem.
    Any ideas what is going on or how to fix it?
    Blog /
    Facebook / Twitter

    Finally some moderately helpful info:
    The end user logs into a computer on an untrusted, foreign AD domain (domain2.com) using an account from that domain. She then logs into her Exchange mailbox in Outlook using her domain.com account.
    Every domain2.com computer she logs into gives her the same random mailbox mirroring problem.
    I had her log into Outlook on a computer on domain.com located in my office and leave it running for 3 days. Every time her Outlook client on her regular computer would start or stop mirroring mailboxes, she would let me know, and I'd check the computer
    in my office and find no problem.
    So the problem is something in the foreign domain or something that that domain's administrators are doing to the computers. Unfortunately, several other people on that domain are using mailboxes and shared mailboxes on my Exchange servers in the exact same
    configuration and are not having this problem. It is only this one user.
    I am pretty sure they are not using roaming profiles. I know they are not using mandatory profiles.
    Blog /
    Twitter

  • How to move an email from user mailbox to shared mailbox using apps for office mail app

    How can I move an email from a users main mailbox to a shared mailbox using apps for office.  I know I can do this manually but i am creating an for owa/outlook that would be a button to move the item.  I have tried using ews but can only find
    the commands to move emails inside the users mailbox
    for example : 
    '<?xml version="1.0" encoding="utf-8"?>' +
            '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' +
            '               xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"' +
            '               xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"' +
            '               xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">' +
            '  <soap:Header>' +
            '    <t:RequestServerVersion Version="Exchange2013" />' +
            '  </soap:Header>' +
            '  <soap:Body>' +
            '    <m:MoveItem>' +
            '      <m:ToFolderId>' +
            '        <t:DistinguishedFolderId Id="junkemail" />' +
            '      </m:ToFolderId>' +
            '      <m:ItemIds>' +
            '        <t:ItemId Id="' + id + '" ' +
            '                  ChangeKey="' + changeKey + '" />' +
            '      </m:ItemIds>' +
            '    </m:MoveItem>' +
            '  </soap:Body>' +
            '</soap:Envelope>';
    Can I create a xml that would would do this?  Is there a way to do it using the EWS service reference.  I do not want to use import/export to do this.  

    yes I was able to make it work using Microsoft.Exchange.WebServices.Data and writing it as a web API,  however i am unable to to authenticate the user if it is hosted on another server (without them retyping their password.  I assume that
    their is a matching java script version of what i am doing on the api side.  I am just stuck trying to figure it out.  the below code works as a Web Api if i could authenticate the user.    
                ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013);
                service.Url = new Uri("Ews url");
                service.Credentials = CredentialCache.DefaultCredentials;
                //service.UseDefaultCredentials = true;
                // Create a new folder view, and pass in the maximum number of folders to return.
                FolderView view = new FolderView(5);
                // Create an extended property definition for the PR_REPLICA_LIST property.
                ExtendedPropertyDefinition PR_REPLICA_LIST = new ExtendedPropertyDefinition(0x6698, MapiPropertyType.Binary);
                view.PropertySet = new PropertySet(BasePropertySet.IdOnly, FolderSchema.DisplayName, PR_REPLICA_LIST);
                // get to the inbox folder of spam mailbox
                Mailbox SpamMailbox = new Mailbox("Smtp of other mailbox");
                FolderId SpamInbox = new FolderId(WellKnownFolderName.Inbox, SpamMailbox);
                Folder SpamFolder = Folder.Bind(service, SpamInbox);
                FindItemsResults<Item> findItems = service.FindItems(WellKnownFolderName.JunkEmail, new ItemView(10));
                foreach (Item item in findItems)
                    item.Load();
                    ItemId ItemToMoveId = new ItemId(item.Id.UniqueId.ToString());
                    Item ItemToMove = Item.Bind(service, ItemToMoveId);
                    ItemToMove.Move(SpamFolder.Id);
                    //item.Move(SpamFolder.Id);

  • Is it possible to share multiple photos from iPhoto to flickr with embedded title, description and tags for each photo?

    I use iPhoto to share my photos to different sites like facebook and flickr ... with facebook it's easy since the pics don't need much details ... however, I have some trouble with Flickr, since I need to add description, titles and tags for each picture ... is there a way to do so ?!

    Titles and descriptions are not embedded into a photo until it is exported out of iPhoto with the following settings:
    So if Facebook can read those values in an image file you'll need to export as shown above and upload to FB from outside of iPhoto or import back into iPhoto and sync the new files to FB.
    OT

  • InDesign CS5 stopped working and Can't drag or drop

    A colleague of mine has a Mac G5 with OS 10.5.8 and Adobe InDesign CS5 installed which has suddenly stopped working. On top of that she can't drag or drop items either.  She didn't have this issue yesterday. She didn't install anything new or added any new hardware.
    Does anyone have a solution?

    Hello,
    In the Finder, at the locations/folders she's trying to Drag & Drop, & see if they're Locked or whaat Rights she has.

  • After downloading IOS 8.0.2 on my iPhone 5, my email messages are not automatically coming through.  I have to open my mailbox and wait for messages to download.  Do I need to reset or change settings for mail?  Please help.

    After downloading IOS 8.0.2 on my iPhone 5, my email messages are not coming through automatically. Before, my email messages would come through automatically and my iPhone would alert me each time an emial message was recevied.   I now have to open my mail in-box and wait for my email messages to download.  Do I need to reset or change my mail settings?  This issue is delaying my abiliy to receive and respond to email messages in a timely manner.
    Please Help.
    Jesse

    Hi Chris.  Thanks, for the suggestions re: my email issues.  They were helpful and yes I did check all items you referenced.  I even contacted Apple support and spent about 40 minutes on phone checking all settings.  However, after all these efforts, my mail and calendar issues were not resolved.  Apple Support finally recommended deleting the mail account and then reloading it - and it worked!  I am now receiving my emails and calendar appts. in real time again.
    Just wanted to share this in case anyone elest has a similar problem with mail/calendar after downloaing i.O.S. 8.1 onto iPhone 5.
    Thanks, again.
    Jesse

  • Save Part of Front Panel as picture - sharing VI and asking for advices

    Hi,
    I use LabVIEW 8.2.1. (DSC&RT),
    It is common (at my work) that we want to save some parts of the Front Panel and to add it to the LogBook.
    we usually do PrintScreen and then cut the picture to the boundaries we want using 'Paint'.
    I have created a simple procedure that makes it easier and the user can now select the boundaries of the picture at the Front Panel.
    You can see the 2 VI's attached, (try2.vi is a sub vi of try.vi)
    Open 'try.vi' and press 'select boundaries' button and drag the boudaries with your mouse,
    after you have selected the boudaries, press 'save picture' button.
    I hope there are no bugs.
    Originally I have wanted to use drag and drop, but i didn't really understand what is going on behind the scenes
    when I used it.
    For example - look at the example (at NI Example Finder at LabVIEW) 'Drag and Drop - Multiple Data Types to Start Drag.vi'
    (C:\Program Files\National Instruments\LabVIEW 8.2\examples\general\dragdrop\Drag and Drop - Multiple Data Types to Start Drag.vi)
    (or via typing 'drop' in at the NI Example Finder search)
    1. I don't understand how the 'Drag and Drop Data' (located at the Application Control Palette)
    2. I don't understand the inside terminals of the Event Structure of 'Drag Enter' and 'Drop' -
        for example - 'available data names' and 'accepted?'
       where can I get information help written about any of the Event Structure inside terminals?
       (it does not appear in the Context Help when I enter with the mouse)
    3. Do you have any comments on the VI  I did ?
    4.I am planning to use this VI as a part of Log-In data to a follow-up LogBook Using Mysql as Database and NI sql connectivity toolkit,
       so users will be able to insert information to the LogBook from the Front Panel, and attach pictures of the Front Panel.
      Did anyone here has performed anything similar ?
    If you send me corrections of someting or any other NI item, please send it in a version that I can see it (I use Labview 8.2.1 DSC&RT)
    Sincerely Yours,
    Amitai Abramson.
    Attachments:
    try.vi ‏67 KB
    try2.vi ‏23 KB

    There are examples that come with the database connectivity toolkit so you are going to have to be more specific about your question. Whether you call it a logbook or something else, it's still a database and a database write is a pretty generic opertation. If you need help in the design of the database, then you should say that is what you need.
    The event data is going to change depending on the event and the type of control. Again, do you have a specific question?

  • Question for drag'n'drop...

    Hi, I am not sure whether my BlackBerry Pearl is the 8100 or 8200 series--I bought it refurb with no booklets or anything. It came with various cords, like a USB cord and a Power Cord, though.
    Anyway, I hit up the http://na.blackberry.com/eng/services/ page, and can't really tell which software package I need to download in order to handle my BlackBerry Pearl from my Windows XP laptop PC.
    All I want to do is to be able to drag and drop--like via Windows Explorer--the different video files, image files, or song/.mp3 files between my phone and my computer. Whenever I connect my phone to my laptop now, my computer lets me know in the bottom right corner in the taskbar that it "Found new hardware" and even recognizes it as "BlackBerry".
    However, when it moves to the next step to ask me for drivers, and I get the classic choice out of the two choices "Let my computer find the best drivers" or "I have certain drivers I'd like to use"; when I choose the first option, it gets stuck looking for drivers and never finds anything.
    So I figure blackberry.com has something I an download that will let me mediate between my phone and computer with these files, I am just unsure, and want to be sure I get the right one? Can anyone help me out with this? I'd appreciate it, thanks. God bless.
    --etcbbu

    So...with your media card inserted and the settings the way you state, you do not see the Media Card total/free space stats on the device? That would indicate to me that your device isn't seeing the media card at all...which would then preclude the desktop software from seeing it either. Odd...
    What should happen is that, with a Media Card inserted and fully recognized by the device, windows will have 2 additional drive letters when you tether...one for device memory and the other for the media card.
    The first thing I'm wondering is if something is amiss with compatibility between your media card and your device OS...check this article to be sure that you are using a media card that is compatible with your OS:
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB05461&slic...
    Beyond that, you might want to try several things.
    1) Batt-pull reboot -- with power on, pull the battery, wait a minute, then insert the battery and power up. See if things are remedied.
    2) Disable media card support on the device and remove the media card. So a batt-pull reboot (note -- do not substitute a reboot you may have to do in order to remove or insert the media card...power up from that and then do an independent power-on batt-pull). Then make sure that the device memory stats are correct. If good, make sure that the device memory is recognized and usable by Windows as a USB drive.
    3) Insert a media card. Do not enable media card support. Do a batt-pull reboot. Check again that everything about device memory is still OK.
    4) Enable media card support. Do a batt-pull reboot. Check that both memory stats are displayed on the device. See if Windows now can recognize the media card as well as the device memory.
    You should not have to move things between device memory and your media card in order to transfer them to your PC. You should be able to navigate and manipulate both from windows as independent USB drives. What we need to narrow down is why yours won't do so...hopefully the steps above will help us narrow this down.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Acrobat 9, shared reviews, and looking for "Save As" option

    Hello to all,
    I am wondering whether you can help with an annoyance in setting up shared reviews under Acrobat 9.
    Background: I first established shared reviews at my company using Acrobat 8 and our own internal WebDAV server. The setup worked, and still works, marvelously. To set up a shared review, I would select "Send for shared review", select the previously-stored server profile, request to save the file locally, give the review PDF a name, and save it. I'd then post the file to one of various locations specific to our company, and all was well.
    Then the company upgraded me to Acrobat 9. Its shared-review user interface is slightly different - and contains one particularly annoying aspect. It, too, allows you to save the shared-review server address as a profile - but when you do so, you inexplicably lose the ability to choose a name or a location for the shared-review PDF. When you first set up the server, Acrobat 9 prompts you for a file name and a location - and it never does so again. Instead, any time you select the server profile, Acrobat automatically appends a "_review.pdf" suffix to the file name and saves it in the same directory as the original file. This is annoying because I almost never save the review PDFs in the same folder, and need them to have different names both in the PDF file name and on the comment server. So I really need the functionality that Acrobat 8 offered - namely, to select which file name and destination to use for the review PDF. The workaround (re-create the server profile every time) is even more annoying - we work with about 50 reviews per day, and having to retype the server address & verify it every time would get old very fast.
    Does anyone know what I'd have to do to bring back Acrobat 8-style "Save As..." functionality for an existing shared-review profile in Acrobat 9?
    Thanks and best regards,
    --Michael

    > When using Save As to save a PDF, is it possible to have Commenting and Analysis enabled for that saved PDF by default?
    No.

  • RSS feeds and tags for blog series?

    Hi,
    We are trying to establish a blog series for news regarding our small OS/DB platform (DB4). Granularity of Categories regarding SDN blogs is far too low to shrink the contents suitably for our target group by using RSS feeds for a Category. And I suppose there is no way to create a dedicated category for the small amount of contributions to expect.
    So, the current approach is to tell people to subscribe to the RSS feed pointing to my personal account. This is only a bad workaround. I'd prefer tagging the blog series with a specific keyword so other members of our group could contribute to the series, and blog contributions to other topics by me could be filtered out.
    Any suggestions? Thanks a lot,
    Thomas

    Hi Thomas,
    My suggestion would be to use the SCN wiki
    Each space has its own rss feed. I believe there is also a new way to work with specific wiki pages and labels.
    I recommend you reach out to Moshe Naveh from my team and he'll assist.
    Gali

  • Support for Drag n Drop ?

    Hi,
    is there some Drag and Drop functionality in the SDK? Can objects be made draggable and can objects (e.g. a simple rectangle) recieve drops and send 'onDrop' events ?
    Thanks, Stan

    It is possible to drag and drop nodes using mouse events and data binding:
    import javafx.input.*;
    import javafx.application.*;
    import javafx.scene.paint.*;
    import javafx.scene.geometry.*;
    import java.lang.System;
    var x = 100.0;
    var y = 30.0;
    Frame {
        title: "Circle"
        width:  200
        height: 100
        stage: Stage{
            content: Circle {
                centerX: bind x
                centerY: bind y
                radius: 25
                fill: Color.ORANGE
                stroke: Color.GREEN
                onMouseDragged: function(e:MouseEvent) {
                        x = e.getX();
                        y = e.getY();
        visible: true  
    }The full feature that allows to drag and drop objects from one component to another is described in [JFXC-1263|http://openjfx.java.sun.com/jira/browse/JFXC-1263]

  • Confirmation email and tagging for search

    If I have understood this right, apple initially sends an email when considering a podcast, and then later a confirmation email with details about submissions. So what happens if your podcast is accepted and available on ITS but you never received the confirmation? I have my podcast up on ITS (discovered by chance) but cannot now provide tags or metadata to enable anyone to find it via the search. My subject is tai chi and the url - http://teapotmonk.blip.tv/rss/itunes. - but alas any search for tai chi will not bring up my podcast without the metadata. Can anyone help me?

    I do have exactly the same problem. I got a confirmation from ITS and via the link I can get the podcast.
    But not even if I search for Autor or exact name of the podcast it would show up in the search area - so noone can find my podcast now.
    Anybody here who has an idea why ???
    Rafael, Germany

  • Input and Tags for video calls

    This would be great for companies to share video as well as have an input such as a raising hand or a thumbs up thumbs down or maybe even custom reaction buttons

    link you shared pints to the defect with nokia n71, are you using the same phone?
    there are some command to tune DTMF signal on voice port,
    timing digit
    timing interdigit
    i dont know if it works for you, and it may also spoil your other calls.
    try to put the same post in IP Telephony section on the same Cisco forum, you will get good help there on how to tune your VG for DTMF.
    regards
    Chintan

  • Quality Inspection and COA for 3rd Party Drop Ship Vendor

    The scenario is as follows: We will be using a 3rd party vendor to fulfill certain materials directly to our customers. The vendor will be sending us a sample from each production run to run our own analysis  against the batch. I am wondering the best way to capture this data against the material and plant? Can we do it per run, capturing the data against a batch or do we have to capture the data per good receipt (in this case statistical)?

    Hi Balaji
    I create the 3rd party process steps , and i also saw the configuration in the system already done in the past , so i created the sales order but i want item category to be automatically on the sales order , but i am not sure about this. so i tried changing manually and this was the error ...item category ZTAS is not defined for this item.please advise how to fix this
    Regards

  • Is there a way to create a rule that sends and Auto Response for a shared mailbox?

    I have a shared mailbox set up that receives emails that are sent to 3 different addresses:
    [email protected]
    [email protected]
    [email protected]
    I would like to create a rule that would send an auto response when someone emails one of these addresses.  However, I don't want an auto response sent to [email protected] so I can't just set up an "out of office" reply for the mailbox.
    Is there a way that I can create a rule to send an automated response to 2 of the 3 addresses?
    Nate

    Hi 
    we can enable the shared mailbox in ADUC and create Outlook rules for it in Outlook to achieve it. please follow these steps:
    1. In Active Directory Users and Computers, right-click the shared mailbox and click Enable Account.
    2. Configure the Outlook account for the shared mailbox in Outlook.
    3. Click Rules > Manage Rules & Alerts.
    4. Create a rule like the following format:
         Apply this rule after the message arrives
         Have server reply using a specific message
         Except if the subject contains specific words
         Select exception(s) (if necessary) of the Outlook Rule - (“except if from people or public group“)
    5. Apply the auto reply rules for this shared mailbox.
    Then users can receive auto reply of the shared mailbox except the exceptions we have set  when they send messages to this shared mailbox.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you

Maybe you are looking for

  • Problem in abap query

    hello friends, i was try to get  all the line items in vbrp table where two fields donnot match ie. display  all the document numbers where fields kzwi2 not equal  to kzwi4. in order to do this i thougt of creating 2 aliases a and b for the table vbr

  • Sizing Issue in CS4

    Hi All, I am having an issue resizing items or creating new shapes. I can type in the desired size (2.125 x 3.125) in my rectangle tool and the size created is off (say 2.109 x 3.056). Then when i try to re-size using the transform palette the sizes

  • About internal tables

    can anybody please tell me 1. Please tell me How to retrieve data into INPUT/OUTPUT field. For example.When u display a particular row from emp table.I want to display the row number ie SY-TFILL in the INPUT/OUTPUT field.i need it very urgently.? 2.

  • How interactive can Keynote be? - newbie question

    I've owned keynote for almost a year, but have never opened it up to use it since I don't do many presentations anymore. I primarily do web work, so I was wondering if keynote has any features to help with that part of my business. For instance, can

  • ADVANCED QUEUE: USING JDBC CONNECTION -

    Advanced Queue using the JDBC connection gives us AN ERROR WHEN SENDING 32K QUEUES Is it true that RAW datatypes using the Java AQ API do indeed have a limit of 32K in 8.1.6. The workaround is to use the Java AQ API with Object payloads (BLOBs) to ge