How do I retrieve the archive messages I sent to archive?

I have sent mail into the archive file and I would like to retrieve them, how do I do this?

Bob - Thanks but thats not showing the recipients. I tried both commands.
This what I get:
Return-Path:
Received: from st11p01mm-asmtp001.mac.com ([17.172.204.239]) by ms01564.mac.com (Oracle Communications Messaging Server 7u4-27.08 (7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTP id <[email protected]>; Mon, 21 Jul 2014 05:26:32 +0000 (GMT)
Received: from [192.168.0.17] ([75.177.90.122]) by st11p01mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <[email protected]>; Mon, 21 Jul 2014 05:26:32 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-07-20_03:2014-07-18,2014-07-20,1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1407210075
Content-Type: multipart/alternative; boundary="Apple-Mail=_14C9F530-6913-4021-AA5F-FA07412CBAEB"
Message-Id: <[email protected]>
Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
X-Mailer: Apple Mail (2.1510)
<Email Edited by Host>

Similar Messages

  • I accidentally deleted all my husband's Mac mail and now it is also gone from his gmail account. How can I retrieve the deletd messages?

    I accidentally deleted all my husband's Mac mail and now it is also gone from his gmail account. How can I retrieve the deletd messages?

    Did you also empty the trash can?   If you did not empty the trash, then likely mail moved the messages to the trash folder on GMAIL.

  • How do I retrieve the BBC addresses from sent email in Mac OS X Mail

    I am using Mail 6.6 (1510) - Two weeks ago I sent a program update to a lot of people . I would like to send a new update this week. I located the previous update but do not see the BBC sent list in the raw source header.
    How can I retrieve the original BBC address list I originally sent the email to?
    Any suggestion would be awesome. Thank for your time.
    Joel
    OSX 10.8.5

    Bob - Thanks but thats not showing the recipients. I tried both commands.
    This what I get:
    Return-Path:
    Received: from st11p01mm-asmtp001.mac.com ([17.172.204.239]) by ms01564.mac.com (Oracle Communications Messaging Server 7u4-27.08 (7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTP id <[email protected]>; Mon, 21 Jul 2014 05:26:32 +0000 (GMT)
    Received: from [192.168.0.17] ([75.177.90.122]) by st11p01mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <[email protected]>; Mon, 21 Jul 2014 05:26:32 +0000 (GMT)
    X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-07-20_03:2014-07-18,2014-07-20,1970-01-01 signatures=0
    X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1407210075
    Content-Type: multipart/alternative; boundary="Apple-Mail=_14C9F530-6913-4021-AA5F-FA07412CBAEB"
    Message-Id: <[email protected]>
    Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
    X-Mailer: Apple Mail (2.1510)
    <Email Edited by Host>

  • How can SMO retrieve the SQL messages from ExecuteNonQuery(SQLFile)

    I have a vb.net app that uses SMO to execute SQL files with the ExecuteNonQuery(SQLFile). The ExecuteNonQuery(SQLFile) is in a TRY CATCH and I catch SQLException, SMOException, and general Exception. When my SQL file has an error, such as a table name that
    does not exists, it throws a general Exception and the message is "An exception occurred while executing a Transact-SQL statement or batch." I want the message that would be shown on the Messages pane in SSMS "Msg 2812, Level 16, State 62, Line
    2. Could not find stored procedure 'ifs_RunHistoryInsertv2x'."
    How can I get the Msg from SQL returned to SMO so that I can show is in a messagebox?

    How could I do something like this in Powershell?
    I've tried something like this:
    [System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO') | out-null
    # Create SMO Server Object
    $Server = New-Object ('Microsoft.SQLServer.Management.Smo.Server') "SD-KP-DEVSUP01\KP"
    #AddHandler $Server.ConnectionContext.InfoMessage, New SqlInfoMessageEventHandler(AddressOf OnInfoMessage)
    $db = $Server.Databases["master"]
    try {
    $db.ExecuteWithResults("SELECT name from sys.databases2").Tables[0]
    catch [Exception] {
    $_.Exception|fl -Force
    #[SqlException]$se=$_.Exception.InnerException
    and I get this Error:
    SmoExceptionType : FailedOperationException
    Operation : Execute with results
    FailedObject : [master]
    Message : Execute with results failed for Database 'master'.
    HelpLink : http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=12.0.2000.8+((SQL14_RTM).140220-1752)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Exec
    ute+with+results+Database&LinkId=20476
    Data : {HelpLink.ProdName, HelpLink.BaseHelpUrl, HelpLink.LinkId, HelpLink.ProdVer...}
    InnerException : Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch. ---> System.Data.SqlClient.SqlException: Invalid object name
    'sys.databases2'.
    at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(String sqlCommand)
    --- End of inner exception stack trace ---
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(String sqlCommand)
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(StringCollection sqlCommands)
    at Microsoft.SqlServer.Management.Smo.ExecutionManager.ExecuteWithResults(StringCollection query)
    at Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(StringCollection sqlCommands)
    TargetSite : System.Data.DataSet ExecuteWithResults(System.Collections.Specialized.StringCollection)
    StackTrace : at Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(StringCollection sqlCommands)
    at CallSite.Target(Closure , CallSite , Object , String )
    Source : Microsoft.SqlServer.Smo
    HResult : -2146233088
    I've looked at all the items in $_ and $Error[0] but can't find any reference to what actual script line failed.
    I really want to do output something like this to get more details where the error happened in a big script file.
    Console.WriteLine("Msg {0}, Level {1}, State {2}, Line {3}", e.Number, e.Class, e.State, e.LineNumber)

  • How can I retrieve a mail message that was accidentally deleted.  It's not in the trashcan.

    How can I retrieve a mail message that was accidentally deleted.  It's not in the trashcan. 

    Which trashcan, mail or osx

  • I just opened my mail, and I don't find absolutely nothing, no message.  The application is empty! how I can retrieve the information?!! do not know what happened

    I just opened my mail, and I don't find absolutely nothing, no message.  The application is empty! how I can retrieve the information?!! do not know what happened

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99460)

  • How can I retrieve the inbound XML messages (invoices) by ABAP program?

    Where are the inbound XML messages (invoices) saved in XI box?
    How can I retrieve the inbound XML invoices in XI box by ABAP program?
    Is there any method/BADI/function module to retrieve these XML invoices, so I can output these XML invoices in an ABAP report?
    Thanks in advance for your help!

    Hello Fisher,
    This Webblog will help you.
    /people/alessandro.guarneri/blog/2006/02/14/super-message-monitor-for-sap-xi
    From this blog you will understand the code behind SXMB moni .. which performs the selection from database. You can write a report as well.
    Cheers,
    Himadri

  • How do I retrieve the Message icon which is NOT lost in a folder?  Thank you!

    How do I retrieve the Message icon on my Iphone 4S?  It does not appear in any of the icon folders.
    Thanks in advance.

    if you don't see it after you do that check your restrictions

  • How can we retrieve the Payload information from B2B

    Hello,
    We are trying to send the payload information back to the client for a failed BPEL Transaction from B2B's b2b_instancemessage view. We are enqueing messages to IP_OUT_QUEUE using BPEL. We see the payload coming correctly in the B2B Business Message Reports. But we don't see the payload coming in the b2b_instancemessage view for failed B2B transactions. How can we see the payload in b2b_instancemessage view for failed B2B transactions as well? or How can we retrieve the Payload information from B2B?
    Any help is greatly appreciated! Thanks. - Sam.
    Edited by: user12049162 on Dec 4, 2009 2:04 PM

    I am not sure about the PDK API to get the group name. But using LDAP API its easy to get the User Group.
    If you find the answer to get the group name using PDK API, Please update in forum. It will really help others.
    --Balaji S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do i retrieve deleted test messages

    how can i retrieve deleted text messages or view test from another phone

        Hello potipher. With regards to retrieving deleted text messages, or viewing a different phone's messages, there really is no way to do this without additional software. If your line, or the other lines on your account are smartphones, (Android or iPhone) you can download an application called Verizon Messages. This application allows you to backup your texts, and view them online through your My Verizon. Here is a link that provides a few additional details. http://vz.to/QFg6z3
    Thank you, potipher. Let us know if you have additional questions.
    NicandroN_VZW
    Follow us on twitter @VZWSupport

  • TS3899 how do i retrieve a mail message that i deleted by mistake?

    how do i retrieve a mail message that i deleted by mistake?

    if you have a backup from before you deleted it you can restore that
    otherwise I would take contact to the mail provider and ask if they'd let you restore it
    all mails are org stored on their servers

  • How do you retrieve deleted text messages from icloud

    How do you retrieve deleted text messages from icloud?

    Hope this helps
    I hope you created an iCloud backup.
    Here is what the iCloud backup can have in it.
    iCloud: iCloud storage and backup overview
    http://support.apple.com/kb/PH12519
    Good hunting

  • I updated my iPod and it erased everything i had on it.  How do i retrieve the songs that i bought from the iTunes store?  when i try to download/buy them again they tell me i have already purchased them do i want to buy them again?

    I updated my iPod and it erased everything i had on it.  How do i retrieve the songs that i bought from the iTunes store?  when i try to download/buy them again they tell me i have already purchased them do i want to buy them again?  I have authorized my computer but none of them are in my music now.

    You buy one and only one download.
    It is your responsibility to move/copy/backup your music.
    Certainly you did not update your ipod without making sure that you had transferred anything purchased on the ipod to your computer and included it in your regular backup copy of your computer.

  • How can i open the archived pst file in my Mac Air

    How can i open the Archived outlook pst file in my Mac air, i want to access my old outlook mails.

    System.setProperty("java.security.policy", "system.policy");Is this a new feature in JDK1.4? I don't see it in
    the documentation for JDK1.3.1 that I'm currently
    using.Look more closely. There is indeed a setProperty(String, String) in
    http://java.sun.com/j2se/1.3/docs/api/java/lang/System.html
    "Since 1.2"
    - Marcus

  • How can I retrieve my old messages

    How can I retrieve my old messages for iPhone?

    This article may be helpful:
    How to Retrieve Deleted Text Messages on iPhone

Maybe you are looking for

  • How do I sync my ipod to new iTunes

    I just posted this same thing and it got removed for some reason. This is a legitimate question. I recently put iTunes on a new laptop and want to manage the music on my iPod that I had a friend load up with songs (FROM CDS THAT I OWN) a year or so a

  • An error occurred creating the form (task 327, form 0). (ALC-WKS-007-040)

    Hello All, I know that there have been quite a few discussion on this but none of them seem to correlate to the set up that I have. I am currently using an xdp form and an xml variable. This error occurs when I attempt to start the process via worksp

  • Adobe photoshop licensing for this product has expired, backup swatches and brushes.

    when i open adobe photoshop CS3 and flash CS3 a box appears saying " licensing for this product has expired. please reinstall or contact help" i have tried all the soutions and are at to "reinstalling" i dont have the disc or the code. all i am worri

  • Network printer not responding

    Hello When I try to print from my MacBook to my Canon network printer, I get the error message "printer not responding", even the printer works fine with both windows notebooks connected to the same WLAN. I have a Canon MF8540Cdn printer connected wi

  • ECC6.0-SCOT-FAX-Server FAX

    Hello!: we are doing an upgrade from 46C to  ECC 6.0, so we have to reconfigure the FAX. In the Note 179013 - Faxing from SP01 with SAPconnect (3.1I to 4.6D)  and other notes, say that we can't use the device type FAX with type FAX neither the sapcom