Getting inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook

Getting error "The response received from the service didn't contain valid XML." with inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook(Not while reading every mail).
Can anybody please tell me what might be the issue. Below is the code where I am getting error
FindItemsResults<Item> RetrievedItems=null ;
RetrievedItems = service.FindItems(FIds, new ItemView(4));
String[] SignatureList = ConfigurationManager.AppSettings.Get("SignatureTypes").Split(',');
if (RetrievedItems != null && RetrievedItems.Count() > 0)
RetrievedItems.ToList().ForEach(x =>
try
List<String> Attachments = new List<String>();
List<String> ScanFileName = new List<String>();
bool IsAvailable = true;
//Getting error while Load() - below line of code
((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Load();
Vo.EmailMessage msg = new Vo.EmailMessage();
msg.MessageId = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Id.UniqueId;
msg.From = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).From.Address;
((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ToRecipients.ToList().ForEach(z => msg.To += z.Address + ",");
((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ReplyTo.ToList().ForEach(y => msg.ReplyToEmailAddress += y.Address + ",");
msg.Subject = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Subject;
msg.Body = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Body.Text;
msg.Dated = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).DateTimeSent;
Please help.

Hi,
Thank you for your post.
This is a quick note to let you know that we are performing research on this issue.
Niko Cheng
TechNet Community Support

Similar Messages

  • I am getting this error when i am doing CSOM on project server..For security reasons DTD is prohibited in this XML document.

    before two day my csom code was working fine..but from last two days when i tried to execute my code i am getting this error..
    For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

    Found in negative cache.... very strange.
    RFC found in negative cache
    What is the negative cache?

  • DTD is prohibited in this XML document. (System.xml)

    Hi,
    I am having issue with my SSRS report, XML Data Source, when I am try to execute my query I get this error:
    "Could not generate a list of fields for the query. Check the query syntax or click refresh Fields on the query
    Toolbar. DTD is prohibited in this XML document."
    This my query:
    <Query>
      <ElementPath>Action {}/Step {Obj,Details,Time,NodeArgs}</ElementPath>
    </Query>
    This is my Connection string:
    http://localhost/results.xml?NoRedirect=true
    Please help;
    Angel C. Barrientos
    angelatino2013

    Below link may be helpful,
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/11b1a418-7c70-4318-9535-6a60dd26539d/dtd-is-prohibited-in-this-xml-document-systemxml-error-while-accessing-xml-file-of-form-library?forum=sqlreportingservices
    Regards, RSingh

  • For security reasons DTD is prohibited in this XML document in sharepoint

    Hi,
     I am new SharePoint and still learning it.
     I have been tasked to do the following on office 365 E3 SharePoint 2013 Online edition.
     1) I have to create a Web page in asp.net
     2) This page needs to show document from a given SharePoint folder and bind them in a grid
      My code is in C#
                            ClientContext clientContextApp = new ClientContext("Apps Url");
                            clientContextApp = SPOAuthe(clientContextApp);
                            List oListDocuments = clientContextApp.Web.Lists.GetByTitle("Documents");
                            CamlQuery camlQueryDoc = new CamlQuery();
                            var qDocuments = new CamlQuery() { ViewXml = "<View><Query><Where><Eq><FieldRef Name='Externalurl'
    /><Value Type='URL'>" + decodedUrl + "</Value></Eq></Where></Query></View>" };
                            Microsoft.SharePoint.Client.ListItemCollection collListItemDoc = oListDocuments.GetItems(qDocuments);
                            clientContextApp.Load(collListItemDoc);
                            clientContextApp.ExecuteQuery();
                            foreach (Microsoft.SharePoint.Client.ListItem oListItemDoc in collListItemDoc)
                                startDate = Convert.ToDateTime(oListItemDoc["StartDate"].ToString());
                                endDate = Convert.ToDateTime(oListItemDoc["_EndDate"].ToString());
                                currentDate = System.DateTime.Now;
                                documentLocation = ((FieldUrlValue)oListItemDoc["DocumentLocation"]).Url.ToString();
          but it is following error occurred LINE-9(clientContextApp.ExecuteQuery();).
          "For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method"
                           What is missing my code?
     I am not also not sure what is the best way of achieving the functionality this?
     Thanks
     Krishna

    Below link may be helpful,
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/11b1a418-7c70-4318-9535-6a60dd26539d/dtd-is-prohibited-in-this-xml-document-systemxml-error-while-accessing-xml-file-of-form-library?forum=sqlreportingservices
    Regards, RSingh

  • How to get lookup to help in foreign languages (Fr.It.Greek, Latin) while reading email (incl attachments) or web articles?

    I use MBP not iPad.  Lookup would be most useful in foreign languages I use.

    If you open the Dictionary app in the Dictionary Preferences you can add British English, German, Japanese, French, Spanish, and Simplified Chinese. No Italian, Greek or Latin. You might send feedback to Apple at http://www.apple.com/feedback/ and ask to include more languages.

  • I am facing problem while reading values from properties file ...i am getting null pointer exception earlier i was using jdeveloper10g now i am using 11g

    i am facing problem while reading values from properties file ...i am getting null pointer exception earlier i was using jdeveloper10g now i am using 11g

    hi TimoHahn,
    i am getting following exception in JDeveloper(11g release 2) Studio Edition Version 11.1.2.4.0 but it works perfectly fine in JDeveloper 10.1.2.1.0
    Root cause of ServletException.
    java.lang.NullPointerException
    at java.util.PropertyResourceBundle.handleGetObject(PropertyResourceBundle.java:136)
    at java.util.ResourceBundle.getObject(ResourceBundle.java:368)
    at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    at org.rbi.cefa.master.actionclass.UserAction.execute(UserAction.java:163)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

  • I can't move several emails from my inbox to trash.  I get the message, "Unable to Move."  This is only happening on older emails dated 9/29 and 9/30

    I have an iPad running on 8.1 software.  I have several email messages in my inbox dated 9/29 and 9/30 that I can't move to trash.  I get the message, "Unable to Move."  I'm not having this problem with newer messages.

    发自我的 iPhone
    在 2014年11月8日,上午2:20,Apple Support Communities Updates <[email protected]> 写道:
    Apple Support Communities
    raymondfrommemphis has posted in the Using iPad community.I request a return, before I demand assistance never charged, I was hacking my phone as well as tablet, seek help, did not say a fee, I always thought it was free, and suddenly charging four documents with me, if you want to charge should be a day to tell customers, suddenly hundreds of pieces, where I have money to give, I ask for a refund, I really do not have money. I'm sorry
    I can't move several emails from my inbox to trash.  I get the message, "Unable to Move."  This is only happening on older emails dated 9/29 and 9/30
    I have an iPad running on 8.1 software.  I have several email messages in my inbox dated 9/29 and 9/30 that I can't move to trash.  I get the message, "Unable to Move."  I'm not having this problem with newer messages.
    To post a reply, go to the discussion in Apple Support Communities.                                                             
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Terms of Use | Apple Support

  • I am unable to attach documents to a yahoo email from my macbook pro can anyone advice me what i need to do to address this please?

    Hi there;
    For some reason I am unable to attach documents to a yahoo email from my macbook pro. I do not experience this problem on a nomal PC and i can even open attachments on the mac. However on trying to attach a document to an email it keeps coming up wth an error stating ''invalid file selected'' each time i tr. Can anyone advice me what i need to do to address this please?
    many thanks

    Since your Mac probably came with 10.4, there is no longer a way to get 10.5 Leopard install media. IF it has the requirements, you may be able to upgrade to 10.6 Snow Leopard by buying the boxed install media at the Apple Store for $30.
    System requirements are found here: http://support.apple.com/kb/SP575
    General support can be found here: http://www.apple.com/support/snowleopard/

  • How can I get my iPhone to let me know when I get an email from Outlook?

    How can I get my iPhone to let me know when I get an email from Outlook?

    You don;t get an e-mail from outlook.
    Outlook is just an e-mail client, just like the mail app on the iphone.
    Your e-mail comes into your e-mail account, which you access from both Outlook and the Mail app.
    What are you trying to accomplish?

  • When I send an email from outlook on my computer, the email address appears in my iphone4 contact list.  How do I stop this?

    When I send an email from outlook on my computer, the email address appears in my iphone4 contact list.  How do I stop this?

    Blair84 wrote:
    Double check your contacts email, and if its incorrect, go to their contact and change it and save it or you can delete the email you put in, and manually type it in.
    Hope this helps.
    How would that help the original poster?

  • Sending emails from outlook - suddenly not getting...

    Hi everyone, I am new here but a btinternet customer for a good while. I have been quite happily sending emails from outlook to both other btinternet email addresses and a variety of non bt emails. all of a sudden on Thursday, they stopped being received by the recipient. The send/receive process seems to work (visually) and the logs and outbox show they have been sent - but nothing is received at the other end.
    I have not touched any settings etc, so what could be the problem?
    Looking to find out if there is anything I can do at my end or whether BT needs informing (though I cannot see who to contact).
    Yours in anticipation,
    Mark

    newstead wrote:
    Hi everyone, I am new here but a btinternet customer for a good while. I have been quite happily sending emails from outlook to both other btinternet email addresses and a variety of non bt emails. all of a sudden on Thursday, they stopped being received by the recipient. The send/receive process seems to work (visually) and the logs and outbox show they have been sent - but nothing is received at the other end.
    I have not touched any settings etc, so what could be the problem?
    Looking to find out if there is anything I can do at my end or whether BT needs informing (though I cannot see who to contact).
    Yours in anticipation,
    Mark
    Hi Mark.
    Is this still a problem ?
    Was the problem to all of your recipients, or just one or two ?
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Getting Error in b2b.log AIP-50075: Cannot find Document Exchange Plugin

    Hi Gurus,
    I have a configuration in which Oracle B2B has to pick messages from a filesystem. I have created IDCs to pick messages from the path configured. But Oracle B2B is not picking up the file from the path specified. When I went to b2b.log to look for any errors, I was getting following statements in b2b.log.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) XEngine not running. So no need to clear cached objects inside XEngine.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] EDI X12 over SMTP
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] EDI X12 over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] HL7 over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] Custom Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI EDIFACT over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] EDI X12 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] RosettaNet over RNIF
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI X12 over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] Custom Document over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] EDI EDIFACT over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] EDI EDIFACT over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] HL7 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] Custom Document over ebMS
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [14] Custom Document over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [15] OAG Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [16] EDI EDIFACT over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [17] EDI X12 over Internet
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (ERROR) Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:255)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
         at java.lang.Thread.run(Thread.java:534)
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Leaving ExecutionContext
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
    This is happening continuously.
    Can anybody please help me on this.
    Regards,
    Nagasudhan

    Hi Anuj,
    Please find below the status of last patch applied.
    D:\oraHome_cache\ip\install>opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.57
    Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home : D:\oraHome_cache
    Oracle Home Inventory : D:\oraHome_cache\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\oraHome_cache\oui
    OUI shared library : D:\oraHome_cache\oui\lib\win32\oraInstaller.dll
    Java location : "D:\oraHome_cache\jdk\jre\bin\java.exe"
    Log file location : D:\oraHome_cache/.patch_storage/<patch ID>/*.log
    Creating log file "D:\orahome_cache\.patch_storage\LsInventory__10-26-2009_09-51
    -11.log"
    Result:
    Installed Patch List:
    =====================
    1) Patch 8552373 applied on Wed Oct 21 18:58:47 IST 2009
    [ Base Bug(s): 7652646 7497854 7664370 7661101 7007789 6352814 6802446 766
    5607 7641078 6496457 6013963 8330151 7305413 7460584 7529893 7458954 7020996 839
    3885 8210401 6329207 6740403 7126458 6511970 7379065 7230993 6774631 7198642 830
    9511 7661769 8392729 7605518 6733262 7479148 8349002 6736026 7322333 7239355 724
    2500 8344645 7645440 8451004 6747966 6369424 6737334 8339176 6774134 7046561 641
    2124 7210461 7506319 8235175 7258882 7184318 6453359 7456866 7673646 6043277 676
    9895 7457597 7193710 7668247 8404955 7132740 7261965 7485790 6518386 7305363 685
    2370 6433256 7673431 6764239 8360048 7501748 7379153 8281019 7498031 8216457 704
    6574 6875312 6754906 6656289 6417367 7658271 7556011 7000190 6979467 6852308 760
    0385 7211208 6732051 8524862 7461051 8263026 7609467 7379161 7672714 6353293 715
    7229 7594997 7211287 7034069 7563311 6822375 6640935 7359202 6769261 6919593 602
    9507 6974391 7139013 7518641 6817264 7501903 7576785 7496014 7130151 5523563 732
    2581 8508905 7680097 7241737 8480395 7660780 7660781 7191994 6924921 6800745 843
    2093 7672723 8217566 7481317 6639030 6200414 7529795 7354853 7376270 7016005 730
    3860 7678901 7368610 6881977 6016128 7033061 6397084 7672730 7709562 6449656 704
    5589 6491068 7378745 7643811 7435853 7615836 6447557 7379042 6940476 7670634 695
    0383 6764273 6962327 7478322 8546454 7157324 7184219 7164618 7672744 7672745 723
    0184 7576730 7261863 7590301 8327427 6769430 8295683 7526186 8298731 6414280 613
    9955 6646997 8233048 7692853 6794296 7457066 8225241 8552373 7204022 7706387 ]
    2) Patch 5907304 applied on Wed Oct 21 16:04:28 IST 2009
    [ Base Bug(s): 5458753 5131722 4563343 5711011 3726607 3613066 5901912 451
    8385 5068565 4895416 4625102 4682514 3662022 4533048 4760744 5634746 5136454 475
    4900 5380055 3543720 4561318 5179574 4329444 4871035 4605877 5907304 4297270 475
    1932 3950478 5660845 5500883 5490845 5123798 4377469 4542097 3043199 5178202 545
    0493 4587607 5490058 3365575 5345593 5017662 5694719 5381668 5114330 5090822 548
    7993 5600971 4134994 4397366 4736134 5056864 5003119 4598613 5251148 4439455 473
    9114 4545809 3559326 4360454 4573573 5901877 4537790 4768040 5049074 4663819 549
    0935 4593537 5049077 4593539 5689908 4359124 3879892 4214618 5599596 3962946 496
    6897 4689959 3842618 4932527 4624776 5057964 4150034 4529637 4625938 4632072 311
    4089 4638391 4331689 5229137 5057606 4597251 4903532 3356492 4892623 5232076 522
    5797 3928773 4874628 5385973 4864649 4554284 5261796 4458415 4605400 4700543 550
    9707 4900129 4222791 5408970 5716295 4083461 4407719 4703814 5345988 4713437 539
    4728 4712638 5390154 4760148 4939157 5043713 5336737 4137422 5257709 4899105 505
    5442 5611353 5411847 5242647 5037807 4607523 4335559 5068988 5632264 5417371 467
    1216 4575854 4943839 5731187 4523125 3667025 4547083 5227050 4924174 5698037 509
    2688 5415410 3837600 4736248 4703253 4449900 4882231 4443086 5188810 4704700 476
    4518 4391164 ]
    OPatch succeeded.
    OPatch returns with error code = 0
    Regards,
    Nagasudhan

  • I keep getting the message can,t connect to server, can't get email, can't send email from outlook account on ipad

    I keep getting message cannot connect to server, cannot send email, cannot get email from my outlook account . This has been happening for past 3 days Feb 2014

    Check your internet connection...
    If you are connected but can't access anything, your WiFi must be slow.

  • How to filter xml using dtd and create a new xml document

    Good morning my name is Antonio and I'm an italian programmer.
    I need an help about the follow question.
    I want to filter the contents of a XML document using a DTD to allow
    only the valid elements and attributes as specified in the DTD to be
    passed through to the output, any data that does not conform to the DTD
    should be filtered out.
    To resolve this problem there's XML Translator Generator (XTransGen): http://www.alphaworks.ibm.com/tech/xmltranslatorgenerator
    but at moment it's not avaiable.
    Can you help me?
    Many thanks.
    ciao
    Antonio

    ...

  • Emails from outlook that uses "Delay Send" doesn't get deliver 30 minutes later

    Hi,
    I have an Exchange 2010 and office 2010 environment, and I setup a new rule to delay the send mail for 1 minute.
    File > Manage Rules & Alerts >
    - apply this rule after i send the messages
    - on this computer only
    -  defer delivery by 1 minute
    The email seems to be held in Outbox for 1 minute, and then it gets moved to Sent Items.  However, I don't get the email for 30 minutes (i sent to myself for test).  I have tried change from Cache Exchange mode > Online mode.   (online
    mode wouldn't even send out, mail just stays in outbox)  Tried manipulating the "Send/Receive Group" options to shorter period (default is 30 mins) but no avail. 
    Does anyone has this issue as well?  If i disable the rule, then email gets delivery instantly as normal.  Could something on the exchange causing this?   Any help is appreciated.  thank you!
    (this message was moved from Office forum to Exchange forum)
    http://answers.microsoft.com/en-us/office/forum/office_2010-outlook/outlook-2010-send-delay-rules-1-min-but-email/a8a2a00d-4d48-4ac8-bd6b-ec0bb6f482b0
    chanwingkai

    Hi WingKChan,
    Please use OWA to do a test to verify whether the delay issue remains.
    If the delay issue doesn’t occur in OWA, it seems an issue on the Outlook client side.
    1. Please run Outlook under safe mode to avoid some AVs and add-ins.
    2. Please re-create profile to refresh the caches.
    3. Please run following switch command on Outlook to refresh the rule caches:
    /cleanclientrules
    /cleanrules
    /cleanserverrules
    4. Please use MFCMapi tool to delete the rule and re-create the rule for testing.
    If the delay issue occur in OWA either, it seems an issue on the Exchange server side or connectivity between server and client.
    1. Please send to your colleague a test email for testing.
    2. According to the description, I found the test email held in Outbox for 1 minute, then moved to Sent Items folder. It seems the test email send successfully, but the email stuck in queue.
    3. I suggest using Messaging Tracking to track the test email and pasting the detailed error message without sensitive information if there is any abnormal.
    More details in the following article:
    Message Tracking
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

Maybe you are looking for