Mail moved from a different mailbox is not visible in my mailbox

My  Partner has my Mailbox attached to his Outlook. He moves Mail in to my Inbox and he can see my mail and his moved mail.
However I can not see the mail that he moved into my mailbox. I have tried to change the Permissions, but nothing has helped  so far.

Hi Franz Amrehn,
As Amit said, you could create a new profile and verify it.
Additionally, have you checked it in OWA?
If you have any further questions, please do not hesitate to post back.
Best regards,
Eric

Similar Messages

  • The method clone() from the type Object is not visible

    Hi,
    This is my 1st post here for a few years, i have just returned to java.
    I am working through a java gaming book, and the "The method clone() from the type Object is not visible" appears, preventing the program from running. I understand "clone" as making a new copy of an object, allowing multiple different copies to be made.
    The error occurs here
    public Object clone() {
            // use reflection to create the correct subclass
            Constructor constructor = getClass().getConstructors()[0];
            try {
                return constructor.newInstance(new Object[] {
                    (Animation)left.clone(),
                    (Animation)right.clone(),
                    (Animation)deadLeft.clone(),
                    (Animation)deadRight.clone()
            catch (Exception ex) {
                // should never happen
                ex.printStackTrace();
                return null;
        }The whole code for this class is here
    package tilegame.sprites;
    import java.lang.reflect.Constructor;
    import graphics.*;
        A Creature is a Sprite that is affected by gravity and can
        die. It has four Animations: moving left, moving right,
        dying on the left, and dying on the right.
    public abstract class Creature extends Sprite {
            Amount of time to go from STATE_DYING to STATE_DEAD.
        private static final int DIE_TIME = 1000;
        public static final int STATE_NORMAL = 0;
        public static final int STATE_DYING = 1;
        public static final int STATE_DEAD = 2;
        private Animation left;
        private Animation right;
        private Animation deadLeft;
        private Animation deadRight;
        private int state;
        private long stateTime;
            Creates a new Creature with the specified Animations.
        public Creature(Animation left, Animation right,
            Animation deadLeft, Animation deadRight)
            super(right);
            this.left = left;
            this.right = right;
            this.deadLeft = deadLeft;
            this.deadRight = deadRight;
            state = STATE_NORMAL;
        public Object clone() {
            // use reflection to create the correct subclass
            Constructor constructor = getClass().getConstructors()[0];
            try {
                return constructor.newInstance(new Object[] {
                    (Animation)left.clone(),
                    (Animation)right.clone(),
                    (Animation)deadLeft.clone(),
                    (Animation)deadRight.clone()
            catch (Exception ex) {
                // should never happen
                ex.printStackTrace();
                return null;
            Gets the maximum speed of this Creature.
        public float getMaxSpeed() {
            return 0;
            Wakes up the creature when the Creature first appears
            on screen. Normally, the creature starts moving left.
        public void wakeUp() {
            if (getState() == STATE_NORMAL && getVelocityX() == 0) {
                setVelocityX(-getMaxSpeed());
            Gets the state of this Creature. The state is either
            STATE_NORMAL, STATE_DYING, or STATE_DEAD.
        public int getState() {
            return state;
            Sets the state of this Creature to STATE_NORMAL,
            STATE_DYING, or STATE_DEAD.
        public void setState(int state) {
            if (this.state != state) {
                this.state = state;
                stateTime = 0;
                if (state == STATE_DYING) {
                    setVelocityX(0);
                    setVelocityY(0);
            Checks if this creature is alive.
        public boolean isAlive() {
            return (state == STATE_NORMAL);
            Checks if this creature is flying.
        public boolean isFlying() {
            return false;
            Called before update() if the creature collided with a
            tile horizontally.
        public void collideHorizontal() {
            setVelocityX(-getVelocityX());
            Called before update() if the creature collided with a
            tile vertically.
        public void collideVertical() {
            setVelocityY(0);
            Updates the animaton for this creature.
        public void update(long elapsedTime) {
            // select the correct Animation
            Animation newAnim = anim;
            if (getVelocityX() < 0) {
                newAnim = left;
            else if (getVelocityX() > 0) {
                newAnim = right;
            if (state == STATE_DYING && newAnim == left) {
                newAnim = deadLeft;
            else if (state == STATE_DYING && newAnim == right) {
                newAnim = deadRight;
            // update the Animation
            if (anim != newAnim) {
                anim = newAnim;
                anim.start();
            else {
                anim.update(elapsedTime);
            // update to "dead" state
            stateTime += elapsedTime;
            if (state == STATE_DYING && stateTime >= DIE_TIME) {
                setState(STATE_DEAD);
    }Any advice? Is it "protected"? Is the code out-of-date?
    thankyou,
    Lance 28

    Lance28 wrote:
    Any advice? Is it "protected"? Is the code out-of-date?Welcome to the wonderful world of Cloneable. In answer to your first question: Object's clone() method is protected.
    A quote from Josh Bloch's "Effective Java" (Item 10):
    "A class that implements Cloneable is expected to provide a properly functioning public clone() method. It is not, in general, possible to do so unless +all+ of the class's superclasses provide a well-behaved clone implementation, whether public or protected."
    One way to check that would be to see if super.clone() works. Their method uses reflection to try and construct a valid Creature, but it relies on Animation's clone() method, which itself may be faulty. Bloch suggests the following pattern:public Object clone() throws CloneNotSupportedException {
       ThisClass copy = (ThisClass) super.clone();
       // do any additional initialization required...
       return copy
    if that doesn't work, you +may+ be out of luck.
    Another thing to note is that Object's clone() method returns a +shallow+ copy of the original object. If it contains any data structures (eg, Collections or arrays) that point to other objects, you may find that your cloned object is now sharing those with the original.
    Good luck.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • When I upload mp4 videos to my Google Blog from my PC, they are not visible

    When I upload mp4 videos to my Google Blog from my PC, they are not visible on my iPad, even though I have no trouble seeing and playing them on my PC. Is there a setting on my iPad causing this?

    The question is how are they displayed in the HTML on the Google blog, and/or do they get converted in the upload process. I don't use Google blog, so not familiar with its encoding. You could try an alternate browser such as iCab Mobile or Dolphin.

  • When I launch a video from Finder the video is not visible, it's like it's playing on an extended desktop but I can't see the other screen - what is going on?

    When I launch a video from Finder the video is not visible, it's like it's playing on an extended desktop but I can't see the other screen - what is going on?

    Hi Dan - I'm not sure I know what you mean by 'kick in Expose', can you please explain?
    It's a weird one as it doesn't happen all the time.  Could it have anything to do with running Apple TV and the MacBook 'thinking' there is another display (extended desktop) and playing the video there?

  • Mail moved from .mac inbox to .mac server not updating on both machines

    this is a weird one. i have a .mac account which i use for my email and i run apple's mail app. on both my imac and my ibook. it used to be that if i read some new mail in my .mac inbox and then either deleted it or dragged it to one of my folders on the .mac server, when i went to my other machine, mail would recognize that i've done this and everything would look exactly as it did on the original machine - messages either deleted or moved. not so anymore. now i go to the other machine and the messages that i've either read or moved still appear as unread. when i ask this machine to go and look for new mail, it finds things so it's not as if it's not talking to the .mac server at all. don't even ask me what happens if i start moving those same files around on the second machine. i have no idea how it can think both exist. it's like quantum physics or something. it's this but it's that. very strange.

    What I did with moderate success:
    -- A backup from the SL server installation I had + another separate backup of /var/spool/imap/dovecot directory.
    -- Some other backups, for example Server Admin prefs, OD, Shared Files, etc.
    -- Since the server was a mess, formatted the disk and installed Lion Server from scratch.
    -- In my case, there was a mess with users and the way Mail was handled with virtual aliases, etc. I read about how the dovecot directory worked from the link provided before and decided to follow a similar approach, with some issues
    -------- Created the new users in Lion Server and used the Server app to get into the Directory app and find the new user's GUIDs (about 30 users so it took a while but weren't too many).
    -------- Looked up the old GUID for each user and pulled the corresponding mail directory from /var/spool/imap/dovecot/mail changing the directory name with the new name and
    -------- IMPORTANT: also changing the owner as suggested on the link (i.e., _dovecot=read/write, everyone=none). These permission modifications need to be applied recursively, which is easier using terminal.
    -- The issue with this method is that it seems to, sometimes(?), update the file modification dates, which in turn may cause Mail.app on OS X and on iOS Mail to show incorrect dates for each e-mail on the mail list.
    -------- I'm still reading about how to correct this issue I found with a particularly huge Inbox (50K+ mails, around 50GB, yikes).
    -------- In my case the rest of the config was pretty simple, I used the Server app the setup DNS and Server Admin + modified postfix config file to suit some other requirements.
    I hope I'm staying on topic on this thread and that my experience can be of help, in case others run into the same issues.
    Message was edited by: ajisolpa for some reason post formatting does not show up.

  • Email Attachments Become Corrupted When Moved to a Different Mailbox

    I believe that I have stumbled upon a bug in Mountain Lion mail.  Here is the set up:
    Server:
    Mac OS X Mountain Lion Server 10.8.2 running IMAP email service
    Clients:
    An assortment of Macs all running Mac OS X Mountain Lion 10.8.2 using Mail as the mail client over IMAP.
    Issue:
    Ever since upgrading all company Macs to Mountain Lion we have recieved complaints from people that email attachments are occationaly becoming currupted once moved to other mailboxes such as the Trash or even other IMAP folders.  The symptom has not been observed to occur with other mail services such as gMail or iCloud but rather seems to be isolated to how Mountain Lion Mail handles moved emails with attachments on an IMAP service hosted on Mountain Lion server.  The issue also seems to be related to PDF attachments only.  We could not get the issue to reoccur with say a Pages document.  The issue also does not always occur but occurs about 90% of the time. 
    The email essentially goes from looking normal in the inbox to containing this text in it after it has been moved to another mailbox (obviously the real thing is like a hundred pages long):
    --Apple-Mail=_6C0E1272-08D2-7895-83FF-2F03EF82B31D
    Content-Disposition: inline;
              filename="example.pdf"
    Content-Type: application/pdf;
              x-unix-mode=0644;
              name="example.pdf"
    Content-Transfer-Encoding: base64
    JVBERi0xLjMKJcTl8uXrp/Og0MTGCjQgMCBvYmoKPDwgL0xlbmd0aCA1IDAgUiAvRmlsdGVyIC9G
    bGF0ZURlY29kZSA+PgpzdHJlYW0KeAF1UttOwzAMfc9XnMcEaWmctkkr8cJlEncVCEjcHtAYEgjY
    mOCBv8dJ13YMUFXFso+P7WO/4xTvyJrpYjKdf3zev2DxxA5nKhj+bNW+k1dk+6+E3Rnjc4QFtgMo
    Ikx8qIT1uQiMCoE0OxAecQPZKIwslTq
    Now if that same email, now moved into a new mailbox, apearing corupted to the Mac Mail client, is viewed from say an iPhone or iPad, the attachment appears normal.  If a new Mac client is set up to read that email account that email also appears normal.  This would indicate that issue does not seem to be occuring server side but however seems related to a cashe issue with the Mail client. 
    Temporary Fix:
    Now this is not a good fix but deleting the entire /User/Library/Mail folder and forcing Mail to completely reconnect to the IMAP server and redownload all headers and attachements fixes the issue.  However this only fixes the emails that once appeard corrupted to the client.  Any new emails moved around will continue to get corupted.  Syncronizing the mailbox does nothing to rectify the issue.
    Plee for help:
    Obviosuly this is a serious issue and must be rectified.  We are using the most standard and Mac friendly/default set up possible (even a Mac server).  Has anyone expereinced this issue or want to venture a guess on how to fix it?  Does it seem like a bug in the Mail client to you?  Any ideas???
    I really apprecaite the help.
    -Christian

    Oh man! So they say "We know this is a bug and we can't fix it since Tiger" ????? This is Apple with an army of developers and they can't fix this annoying issue???? WHAT???? I think this is a not a day more problem to fix and their professional OS X Server is affected by this problem as well and they don't fix it... their own software... what a customer care!!!
    Anyway it sounds ******** and the solution is the same category... if you have only one mail in the mailbox and move to an other on a certain type of server it's getting corrupted, but the rebuild process works and when you move back it will be corrupted again! They should fix this but it looks like they will never fix it... it's a shame from a big company which sells premium products.
    So if you still in contact with an Apple technician and they're opened I can provide both of the server platform when the problem can be proofed. (one where the sync is ok and one where it isn't and only with one mail in it ) Please contact me and I can help!
    You can try other mail softwares and they can handle the imap protocol without major problems. I tried the following ones:
    - Postbox
    - Thunderbird
    - Sparrow
    - Mail Mate
    Both works very wall but any of them is so integrated as the mail app with osx. Unfortunately if you live in the apple ecosystem and own more than one mac computer you will stuck with the apple one with all of its bugs.
    ...since Tiger... I can't get over it...
    Sorry guys I getting angry when I hear this kind of stories...

  • Manually released mail moving from Policy Quarantine to SPAM Quarantine

    We have configured content filter to quarantine mails which are categorized as a 'Suspected Spam'
    hence all mails quarantined by suspected spam content filter are getting quarantined under 'Policy quarantine'
    I have observed that whenever we release mail from Suspected spam content filter, it is moving from Policy quarantine to Spam quarantine instead of getting delivered to the end user. (behavior is only for suspected spam mails. rest of the filters are working fine)
    has anyone experienced such kind of behavior ?? please suggest

    Hi Don,
    Indeed there are two ways to send to ISQ.
    a)  alt-mailhost('the.euq.queue')
    b)  Insert-Header ('X-Ironport-Quarantine: somevalue')
    But both will send the mail to quarantine and stop, even if I have an action such as duplicate-quarantine. No mail is sent to recipient.
    It may sound weird to most because why would we need to ISQ an email but at the same time want to mail be delivered.
    My goal is to just copy it, and send it to ISQ, while let the mail be delivered.
    At this moment, I can't get both done at the same message/content filter.
    MonitorUserADGroupFilter: if mail-from-group == "CN=somegroup, OU=XX, DC=company, dc=com" {
                                   deliver();
                                   alt-mailhost ("the.euq.queue");
    deliver() is now called "skip-filters()", btw.
    The above wont work because once delivered, the message is no long exist and quarantine to 'the.euq.queue' do no effect.
    If I put alt-mailhost higher than deliver, then the message does not deliver.
    Also replaced with "duplicate-quarantine" to deliver(). Same behavior.
    What's the best way to "deliver and copy to ISQ"?
    Regards,
    Chris

  • Downloading songs from two different computers, and not recognizing songs

    On my home computer, I downloaded about 40 songs onto my IPod from CDs. Then, I installed the program on my work computer, and purchased four songs from ITunes. When I plug my IPod into my work computer, it is not recognizing the songs I downloaded from my home computer. However, if I plug my IPod into my work computer, I can listen to these four purchased songs, but once I try to listen to them without having it plugged into my work computer, only the songs I downloaded from home are on the IPod.
    Has this happened to anyone else who has tried to put songs from two different computers onto their IPod?

    Just to elaborate a bit, you need to copy the purchased files and put them on your home computer.
    Don't burn them as an audio CD as you will lose quality when you re-import them.
    You can use the Shuffle (instead of a CD) to do this
    Check out this link.
    http://docs.info.apple.com/article.html?artnum=61131

  • Moved from Manhattan to Queens; Verizon not helping me move my landline

    Hello. I recently moved from Manhattan to Queens.  I want to keep my landline.  (I understand that I can't keep my same telephone number, but I want to keep a landline).  I followed all the steps on the Verizon website for moving.  I received a confirmation email that my "services are on the move!", and I received a tracking number for my order.
    Now, my order is stuck in some sort of limbo.  Verizon has not activated the landline here in my new apartment.  And despite having an appointment for today with a Verizon technician, to my knowledge, no one came out to investigate or set up the landline.  I have held 3 separate chats with 3 separate support technicians, and I have had 3 telephone conversations with Verizon customer support reps, and none of them have been able to resolve my issue.
    I understand that Verizon is trying to retire copper landlines and switch over to FiOS, but my new neighborhood isn't even set up for FiOS --- the only option is copper landlines (other than cell phones).
    What can I do to get a landline established at my new address?

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • I cant eject an empty cd from macbook and it is not visible, any idea?

    i cant eject an empty cd from macbook tray and it is not visible on the desktop, any idea guys?

    When you reboot your machine hold the track pad button down while it's booting. 
    It's a old tip tell me if it works!

  • Accessing my .mac mail account from 3 different ways. What stays on server?

    I access the mail on my .mac mail account (on the .mac mail server) three different ways.
    My laptop uses the Mail application and downloads new messages that are not filtered out as spam. Downloaded messages should not be automatically deleted from the server - at least I don't think they are. They were all erased at one point. Maybe my error. But not now. at least since 4/2/08.
    Why?
    Because later in the day I may want to access my account email from a remote computer via the .mac account page on any browser I might be using. I'd want it all to be there.
    Or I may want to download my email to my Palm Treo 700P using Versamail and read and respond to my email that way. I certainly would not want email downloaded to my Treo erased from the server because I would want to access that same email to store on my Mail account on my laptop when I return to the office.
    How do I coordinate among all 3?
    I think I would like all mail put in the trash via my Mail application on my desktop to be erased from the server after - say - 2 weeks. That's it. Only via the Mail application.
    Never via the Treo and Versamail.
    Never via my .mac account email application via a browser on another computer.
    Steve

    You can access a .Mac account as an IMAP or POP account.
    If you access your .Mac account as an IMAP account with the Mail.app on your Mac, and as an IMAP account with your Palm Treo, all server stored mailboxes will be kept synchronized with the server automatically with both email clients used, and when accessing the account via webmail using a browser.
    You can store the account's Drafts, Sent, Trash and Junk mailboxes on the server with the Mail.app, and you should be able to do the same with the Palm Treo's email client.
    Send a message via the account with the Palm Treo, and the sent message will be available in the account's Sent mailbox automatically when checking the account with the Mail.app on your Mac, and when checking the account via webmail using a browser, and vice-versa.
    An IMAP account is designed to be accessed with an email client on multiple computers or devices. A POP account is designed to be accessed with a single email client on one computer or device.
    With an IMAP account, messages in all server stored mailboxes remain on the server until deleted, or until moved to a mailbox stored locally on your computer. All received messages will remain on the server in the account's Inbox mailbox - available when checking the account with the Mail.app, and when checking the account with your Palm Treo, and when checking the account via webmail. Read a received message with the Mail.app that is not deleted, and the message will be marked as read when checking the account with your Palm Treo, and vice-versa.

  • How can I delete e-mails from same e-mail address from 2 different computers at same time.

    I would like to be able to delete my e-mails from home and office at the same time. Now I have to delete at home and when I get to work the e-mails have to be deleted again. Would like to get both computers in act as one for this. Double work so I don't even bother opening from home on my Thunderbird account. My GMAIL account works fine for this, but not Thunderbird.
    thank you in advance,
    Brian

    For this to work you need an email account that is IMAP enabled and the email account setup in Thunderbird on both computers as IMAP. If you are using POP protocol in any of these places it will not work.
    Comparing GMAIL to Thunderbird is not even a comparison. GMAIL is an email provider and Thunderbird is email client software. Client software runs on your computer and helps you manage the actual email accounts that you have with an email provider.

  • Mail IMAP from Gmail - smtp server does not work.

    I have a question about the inner-workings of Gmail IMAP as it relates to sending mail on an outgoing smtp server. When I'm at school (high school), *I can only receive mail; I cannot send it*. I talked to my computer science teacher and he said the school restricts outgoing messages because apparently people can use the school's smtp server to send spam...or something along those lines. Anyway, connecting to Gmail directly works fine, but I also had a nice setup on some shared computers for other students (who are not computer-savvy) who needed to access a single email address. Is there a way around this (albeit minor) inconvenience? Can I set up Mail preferences to use a different port or something in order to avoid the smtp restriction? Not that big of a deal, but still somewhat perturbing (and I will go to great lengths to fix it lol). Tell me if this is doable/if you need more info.
    Thanks!

    GMAIL's Mail 4.0 setup procedure.
    Plus Google's Problem's sending mail.

  • Can't send PDF as a mail attachment from iPad to a Lotus Notes account

    Hello, I have some problems sending PDF documents as email attachments from my iPad. Using the adobe reader app for iOS, I create an email with the file attached. Sending this to e.g. a hotmail account works fine. However, if I send it to any address at my company, where Lotus Notes is the standard, the attachment seems to be converted into a text file. Is this a known issue with the reader for iPad, or should I rather be looking to IT support at my company for help?

    Download QuickOffice, which Google is now making available for free:
    https://itunes.apple.com/us/artist/quickoffice-inc./id294258240?mt=8
    You can open the XLS attachment in that app, then transfer the document to your Mac via the USB cable. You can then print from the Mac.
    Printing from your iPad doesn't work via Bluetooth either, by the way.
    Regards.

  • ITunes Media folder moving from the default (I'm not using an external drive)

    I tried for a long time to find the answer to this problem, but all the posts I saw from people asking similar questions were from those who were trying to relocate their iTunes Media folder to another hard drive. I'm just trying to change it to somewhere else on the same hard drive. Each time I move the folder and change the location though, as soon as I close iTunes and open it again, it resets the location.
    I just won't want the iTunes folder to appear in my Music folder. It keeps recreating the folder there and changing it back to the default. How do I fix this?

    Hi All, having ran out of space on my hard drive I read the above and decided to give it a go as it seemed so simple. Unfortunately having copied the entire iTunes folder to my external drive and then launching iTunes pressed the option key and nothing happened. My iTunes itself linked up with the cloud and showed me a tiny amount of my music. I went to preferences / advanced settings and changed the location manually, this still didn't work. It seems (from spending time looking at the new iTunes folder and looking at the one that i had placed in the trash various, that my computer in its inevitable wisdom hand left out various sub folders). So now i am trying to fix this. I still want my iTunes folder on my external but i want it to work which it is not. Help please. I would not describe myself as a computer or Apple whizz kid by any stretch of the imagination and so need answers to be relatively simple or just in non computer lingo!! cheers all, any help is much appreciated

Maybe you are looking for

  • Question about using 1 SETID for Vendor Master

    Hello everyone, I work for a large healthcare system and we are currently in the PeopleSoft training classes and are about to move into the design phase. We are a multi hospital system and are moving everyone to PeopleSoft for our ERP system. My ques

  • How to have different accounting for VAT of suppliers having  two sites?

    Hello Sir/Ma'am: Currently we are having 3 tax rates - VAT-0, AA-12, BB-12. [(N) Tax Managers>Tax Configuration>Tax Rates] Vat-0 is for non-Vatable purchases. AA-12 is for 12% Vat on AA site purchases. BB-12 is for 12% Vat on BB site purchases. We op

  • 3D and Repousse capabilities in cs5 extended student and teacher edition?

    Hi, I have cs5 extended student and teacher edition - Windows - there is a top level 3D menu available to me. But when I follow instructions to create 3D text, the 3D options are unavailable to me. Just wondering if anyone out there might be able to

  • "/SAPAPO/OM_PLAN_VERSION_GET" "(FUNCTION)".

    Experts, Can any one help me with this error...There is an error in this procedure "/SAPAPO/OM_PLAN_VERSION_GET" "(FUNCTION)". SQL error " -4016" I am working on: Database connection - LCA Livecache server - sapscm40. Thanks Arathi

  • Re Premiere Media Encoder

    Appears Adobe left out the "FLV1" (Sorenson Spark) which uses a a different compression to the Standard Flash FLV format!! Colins reply certainly brings this situation home, BUT as to whether its a 64 Bit issue I'm not so Sure! My Understanding (Sorr