Gmail Filtering

Hi everybody,
I am fairly new to blackberry (curve 8330) and i have a question about e-mail, gmail to be more specific.
I have my email set up that it receives every message that I get, including ads and spam, some of which i actually want, but i do not want all of it forwarding to my phone, only thing i found i could do is mark as read/archive it, but then it still shows up in my blackberry log (not bold, but still clutters things up), is there a way to set my blackberry to only receive certain messages? only the ones in "inbox" or any other label?
thanks,
Mike

Indeed you can. It's called filters. See this KB:
KB04558 Add a filter to a BlackBerry Internet Service account
While not truly a spam filtration solution, it does give you some ability to set rules for what to deliver or what to not deliver -- it works both ways.
Good luck!
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

Similar Messages

  • HT1277 Can you use Apple Mail program Rules and Gmail filters together?

    Can you use Apple Mail program Rules and Gmail filters together? Does the gmail filtering override the Mail Rules?

    Mail > Window > Previous Recipients

  • Gmail filters problem

    I have a problem with Gmail filters on my BB. I have set those filters in Gmail to bypass my inbox. But this isn't happening on my BB. It notifies me about every email that goes into the filters. I would like it to not notify me about those emails. 
    Thanks for the help.

    Hello tomek,
    Welcome to the BlackBerry Support Community.
    Only email deivered to the main inbox for your Gmail account, will be delivered on your BlackBerry smartphone.
    Let us know if you have any other questions.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Gmail filters vs. Mail Inbox Rules: Who wins?

    I have both Gmail filters and Apple Inbox Rules. If both Gmail and Apple Mail are running, whose filter runs first?

    mdh98368 wrote:
    If both Gmail and Apple Mail are running ...
    I believe this part of your question is irrelevant.  For "both Gmail and Apple Mail to be running", it sounds like you're talking about running two separate, independent, but possibly conflicting apps on your Mac.  If that's what you're doing, you should shut one of them down.
    The normal series of events would be that incoming email would hit your gmail account (out there on the web) and your gmail filters would be applied at that time.  Then, the gmail server would send the incoming message to your Apple Mail, which would apply its rules at that time.  This assumes you have your gmail account set up in the Apple Mail app.

  • Mutt/Offlineimap Sent mail is showing up in Gmail Inbox

    Hi,
    I am just starting my journey with mutt and quite like the interface thus far but I am having trouble with sent emails showing up in my Gmail inbox.  It is a little annoying to always have my sent emails appear as unread in my inbox.  In my search for a solution I have found that this behavior sometimes occurs if you have Gmail filters that are set to never send to spam, I checked and do not have any such filters.  This could also happen if I had $record set, but I have specifically unset record.  My muttrc and offlineimaprc are as follows (I used several tutorial sites to help create these) (I have hashed out some personal details):
    muttrc
    # Paths ----------------------------------------------
    set folder = ~/.mail # mailbox location
    set alias_file = ~/.mutt/alias # where to store aliases
    set header_cache = ~/.mutt/cache/headers # where to store headers
    set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
    set certificate_file = ~/.mutt/certificates # where to store certs
    set mailcap_path = ~/.mutt/mailcap # entries for filetypes
    set tmpdir = ~/.mutt/temp # where to keep temp files
    set signature = ~/.mutt/sig # my signature file
    # Basic Options --------------------------------------
    set wait_key = no # shut up, mutt
    set mbox_type = Maildir # mailbox type
    set timeout = 3 # idle time before scanning
    set mail_check = 0 # minimum time between scans
    unset move # gmail does that
    set delete # don't ask, just do
    unset confirmappend # don't ask, just do!
    set quit # don't ask, just do!!
    unset mark_old # read/new is good enough for me
    #set beep_new # bell on new mails
    set pipe_decode # strip headers and eval mimes when piping
    set thorough_search # strip headers and eval mimes before searching
    # Status Bar -----------------------------------------
    set status_chars = " *%A"
    set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"
    # Header Options -------------------------------------
    ignore * # ignore all headers
    unignore from: to: cc: date: subject: # show only these
    unhdr_order * # some distros order things by default
    hdr_order from: to: cc: date: subject: # and in this order
    # Account Settings -----------------------------------
    # Default inbox.
    set spoolfile = "+mygmail/INBOX"
    # Alternate email addresses.
    alternates ####### ########
    # Other special folders.
    set mbox = "+mygmail/archive"
    set postponed = "+mygmail/drafts"
    # Index View Options ---------------------------------
    set date_format = "%m/%d"
    set index_format = "[%Z] %D %-20.20F %s"
    set sort = threads # like gmail
    set sort_aux = reverse-last-date-received # like gmail
    set uncollapse_jump # don't collapse on an unread message
    set sort_re # thread based on regex
    set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
    # Index Key Bindings ---------------------------------
    bind index gg first-entry
    bind index G last-entry
    bind index R group-reply
    bind index <tab> sync-mailbox
    bind index <space> collapse-thread
    # Ctrl-R to mark all as read
    macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
    # Sync email
    macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"
    macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox"
    # Saner copy/move dialogs
    macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
    macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
    # Pager View Options ---------------------------------
    set pager_index_lines = 10 # number of index lines to show
    set pager_context = 3 # number of context lines to show
    set pager_stop # don't go to next message automatically
    set menu_scroll # scroll in menus
    #set tilde # show tildes like in vim
    unset markers # no ugly plus signs
    set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
    alternative_order text/plain text/enriched text/html
    # URLview ... calls ~/.urlview
    macro pager \Cu <pipe-entry>'urlview'<enter> 'Follow links with urlview'
    # Compose View Options -------------------------------
    set realname = "My Name" # who am i?
    set envelope_from # which from?
    set sig_dashes # dashes before sig
    set edit_headers # show headers when composing
    set fast_reply # skip to compose when replying
    set askcc # ask for CC:
    set fcc_attach # save attachments with the body
    unset mime_forward # forward attachments as part of body
    set forward_format = "Fwd: %s" # format of subject when forwarding
    set forward_decode # decode when forwarding
    set attribution = "On %d, %n wrote:" # format of quoting header
    set reply_to # reply to Reply to: field
    set reverse_name # reply as whomever it was to
    set include # include message in replies
    set forward_quote # include message in forwards
    set editor = "emacs -nw"
    set from = "#################@gmail.com"
    set sendmail = "/usr/local/bin/msmtp -a mygmail ###############@gmail.com"
    set sendmail_wait = 0
    unset record
    #color scheme
    source muttsolar16
    My offlineimaprc
    # Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
    # get started fast.
    [general]
    ui = TTY.TTYUI
    accounts = MyGmail
    pythonfile=~/.mutt/offlineimap.py
    fsync = False
    [Account MyGmail]
    localrepository = CGLocal
    remoterepository = CGRemote
    status_backend = sqlite
    [Repository CGLocal]
    type = Maildir
    localfolders = ~/.mail/mygmail
    nametrans = lambda folder: {'drafts': '[Gmail]/Drafts',
    'sent': '[Gmail]/Sent Mail',
    'flagged': '[Gmail]/Starred',
    'trash': '[Gmail]/Trash',
    'archive': '[Gmail]/All Mail',
    }.get(folder, folder)
    [Repository CGRemote]
    maxconnections=1
    type = Gmail
    remoteuser = ############@gmail.com
    remotepasseval = keyring.get_password("Login","############@gmail.com")
    realdelete = no
    sslcacertfile = /etc/ssl/certs/ca-certificates.crt
    nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts',
    '[Gmail]/Sent Mail': 'sent',
    '[Gmail]/Starred': 'flagged',
    '[Gmail]/Trash': 'trash',
    '[Gmail]/All Mail': 'archive',
    }.get(folder, folder)
    folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
    '[Gmail]/Important',
    '[Gmail]/Spam',
    I use msmtp to send the emails (and they do send) but as far as I know that program should have nothing to do with my folder labeling.
    What happens exactly:  When in mutt, I press 'm' and compose an email and send with 'y'.  Oddly enough, the email appears in my gmail inbox (the webmail) even before I sync mutt with offlineimap (I don't automatically sync).  Once I sync, I see the email in both my sent mail and inbox.
    Any thoughts would be appreciated

    You have unset the record variable.

  • How best do I leave Gmail for Mail?

    I've decided I want to take the plunge and leave Gmail for Mail, using my iCloud account. Why? I've lost trust in Google (incl. their search bias, how they handle my privacy, and how they treat the end-user as a comodity to sell rather than a customer to serve). I'd love advice on the best way to swap over. I've done a bit of researching and can't seem to nail the answers to my questions. Your help + advice on any of the items below would be much appreciated. And if you think there's a better way I should be asking the question, please let me know.
    Here's what I'm looking for especially:
    I use Gmail's labels a lot. What's the best way to get the same effect in Mail? Smart folders? (I do wish smart folders synced to iCloud.)
    I have a lot of Gmail labels. What's the best way to export from Gmail without getting oodles of duplicates? Forwarding folder by folder would be time consuming + lossy, and stripping the labels would be counterproductive. Are those my only options?
    I use a lot of Gmail filters. Mail rules seem even better, but is there any way to automate transfering the filters to Mail?
    I use Gmail 'send mail as' with a collection of non-gmail addresses (from my domains). Is there any way to use my iCloud account to send from a non-iCloud address? Or, is my only option to sign up with a different webmail service in order to send from my alternate addresses in Mail? 
    I have my own set of pre-defined Gmail keyboard shortcuts. Do I just need to tough it out and learn the Mail shortcuts, or is there a good, free/inexpensive app for adding shortcuts to Mail? And no, I don't mean through SysPrefs (I know how to do that ). I mean Gmail style single-letter shortcuts, like 'r' for reply.
    Tips for converting Gmail Contacts to Address Book.
    If you've made the switch, I'd also be interested to hear your experience! I'd really like to get Mail up and running sooner and rid myself of Google.
    Papa Bear

    1: Smart folders won't sync between devices. But you can create regular mailbox folders under the icloud imap folder or at the icloud website which will stay synced.
    2: The best way I see to do the labels is to create the gmail account in Mail. Set it to show those labels in imap in the labels setting section at the gmail website. All your gmail folders will appear under gmail's imap folder in Mail's sidebar. Then you will have options to export or just move the messages from one mailbox to another. I think I would just create a new mailbox under iCloud, then select all the messages from one gmail folder and right click to move the messages to the iCloud folder. Seems it would be the easiest way.
    3: I don't think it is possible to transfer your rules from gmail to Mail. Rules should be very carefully constructed in Mail paying much consideration to the order they are placed. Simplify it as best you can and test it. In Mail, rules only will apply to incoming messages which may be different than what gmail does.
    4: iCloud does not have the option to send other email addresses and retain their identity like gmail does. Best I can say on that is to create the accounts of the other addresses in Mail seperately with their own SMTP servers to send from.
    5: No comment.
    6:You can go to the gmail website and export your contacts.
    Or, open up the AB on the computer and go to preferences. Open the Accounts tab. Select On My Mac in the list and check the box to sync Google contacts. Put your google sign in and password. Your Google contacts should be created on the computer. You can then select all the contacts in google and drag them to iCloud to add them. Once done, deselect the google contact syncing.

  • Lion Address Book problem - all of over 2,000 contacts disappeared - one mysteriously reappeared - then they all reappeared during resync with Gmail!

    The subject iine pretty much describes what happened.
    I am wondering if it is anything to do with what looks like an odd file in the directory ~ Library -> Application Support -> Address Book
    As well as the "real" database file there is this zero bytes one:
    AddressBook-v22.abcddb.0F392545-78F2-4AE6-8D30-457C138332B2.unknown
    From the date, it might be something to do with installing and linking Cobook to Address Book maybe?
    These are the files and folders in that directory (sub-directory files not shown):
    I have enabled the debug menu in Address Book but have not been able to find any info about how to use it.  I lie!  I did read that I might possibly have been able to "retrieve" the contacts using the debug menu "Force Refresh" - however that was after I had started to resync with Gmail contacts.
    I realised that something odd was going on during resync when I saw that there were over 4,000 contacts being processed rather than the 2,000 or so that I was expecting.  Initially, none of the contacts groups from Gmail were showing in Address Book after this partial sync (I stopped it when I saw what was happening).  However, after quitting and restarting Address Book, the groups appeared again.
    I have not lost my contact data - as well as Gmail contacts I also have an Address Book backup from about two weeks ago and also the backup created by Cobook about two weeks ago.  (Installed Cobook as it looked like a very efficient way of getting to view individual contacts quickly - Quicksilver just isn't finding them at all).  I used third party app "Contacts Sync for Google Gmail" to link Address Book with Gmail as it gives you options about what to do for each duplicate card that it identifies.
    I then spent a lot of time sorting through the contacts on Address Book, finding duplicates, updating data, etc. with the intention of managing contacts in Address Book from then on, rather than in Gmail. Not all of these changes are reflected in the Cobook backup or Gmail.
    My worry is, with Lion being such a god-awful Pig's Ear in so many more ways than this, that this Address Book mess might happen again.
    I seem to have spent most of my time over the last month wrestling with the numerous problems that keep cropping up with Lion and getting little to show for it. 
    WARNING! FOOT-STAMPING WHINGE ABOUT LION - LOOK AWAY AND DOWN TO THE HOWLING FACES - IT WON'T BE ANYTHING THAT YOU HAVEN'T HEARD BEFORE:
    I gave up on OSX when I tried Panther - that was dreadful - but was lured back by Tiger, have used Leopard very comfortably for about 5 years, had a very happy couple of months with Snow Leopard and now - this mess that is Lion!  I have repaired OSX install permissions and "home user" permissions time and again, TinkerTooled it until I am blue in the face and it seems that every few days I manage to fix something and then almost immediately something else screws up. I can't upgrade to Mountain Lion on this machine and am seriously considering installing or running Linux as these problems with Lion are just never-ending - and then there are all the other stupid changes that have subsequently been sensibly reverted, mitigated or worked around in ML).
    I have never bothered much with Address Book or Mail in the past as I have found them too limited.   I have used either the Gmail web interface or Thunderbird.  However, Gmail has started crashing my favourite browsers (Seamonkey and Firefox), Thunderbird has got just a bit too complicated and I cannot get Quicksilver to play ball with Gmail.  The Lion version of Address Book is better than Gmail Contacts and Mail Smart Folders can emulate Gmail filters and labels - a huge improvement.  So, just when these apps look good enough to be worth bothering with, they come part and parcel with what I have seen mocked, and rightly, as "Apple Vista"!
    Sorry for that  but I am about at the end of my tether with it all ;-/
    I would be very grateful if anyone can offer any advice about:
    1) That strange looking zero bytes file in the Address Book folder.
    2) Whether the Address Book debug menu options might be of any help in this situation?
    There seem to be lots of people having problems with Address Book in both Lion and Mountain Lion, if not exactly this issue, so maybe the answers will help others too.
    Fingers crossed!
    Ms Mousette
    ps. In the product list to tick for this question they are grouped so I cannot specify that this is actually nothing to do with the iPhone.  I have got a load of contacts on my iPhone too but I am not going to sync them until I have got this issue sorted out.

    Could this font be the cause of the problem?
    Possibly, since that font is not the one that Address Book uses and there is no method to specify or change the font used by Address Book. You could have recovered your Address Book contacts without syncing, so that could also be part of the problem. You should always make a keep a backup of your Address Book on your computer and in another safe location whenever you make any change to it.
    May I ask why you haven't updated to 10.4.11 yet, as it provides various bug fixes and security enhancements?
    Mulder

  • Gmail: Mails sent to myself are marked as READ when using IMAP -how to fix?

    I just started using IMAP with my Gmail account and Apple Mail. But when I send an e-mail to myself (from my imap account to my imap account), the e-mail will of course go to my inbox but it will be marked as read.
    I don't have the option to "mark as unread" in either Apple Mail rules or Gmail filters, they both only have "mark as read".
    If I do it using Gmail webmail, then the e-mail is not marked as read, so I don't know if it's something Apple Mail is doing to my email? If I right-click it and "mark as unread", the message will be marked as unread both in my "inbox" and in my "sent mail". But I don't want to right click all my "to do mails" to make sure I see them.
    (I'm aware this is not the best workflow, but I like it..)

    Alas, I'm still having problems with Gmail. Now what happens is that I'm getting the "caution" triangle next to the account which indicates a problem. The error message when I click on that triangle is: "Unable to Connect There may be a problem with the mail server or network. Check the settings for account “Gmail” or try again. The server error encountered was: The connection to the server “imap.gmail.com” on port 587 timed out."
    Also, something else is strange. When I look in the account settings window, my password is not there. It's blank. So I enter it. A few minutes later, when I check, my password is again no longer there.
    Regarding your suggestions to move the mail folder, I really don't want to do that because I have about 20 mailboxes full of important saved messages. I can't afford to lose those. Surely there must be some other way?
    Leopard is the worst OS upgrade in Apple's history, IMO. It's caused more problems for me than I could have imagined.

  • IOS 8 Mail is showing my sent messages as unread in my gmail account

    I had been using gmail's mail application because of its ability to push. With iOS 8, I figured I'd give Apple's Mail client another try.
    When I send something from my Apple Mail client, it appears as an unread message in my inbox. The sent mail should not be unread... I've verified that this doesn't happen in the gmail mail client.
    I checked my gmail filters to see if something was affecting sent messages, but didn't see anything.
    Any ideas what I need to change? Is this is a problem others are seeing?
    Thanks!

    Hi Tim.
    This kind of problems are caused by some corruption in one or more of the files used by the junk filter. Try this first:
    1. Go to Preferences > Junk Mail and disable junk mail filtering.
    2. Quit Mail, then open it again.
    3. Go to Preferences > Junk Mail, enable junk mail filtering, and configure it however you wish.
    4. Reset the junk filter database (Preferences > Junk Mail > Reset).

  • Deleting mail from gMail

    I have just moved a large IMAP a/c to Google, mainly so that I can have the same sent mail on both my iMac and iBook.
    However I now find that a lot of my new mail (both sent and received) is at least duplicated - and not just in the All mail folder.
    No matter how many times I delete - or drag to trash and empty both the gMail and On My Mac - they still seem to come back.
    How do I get rid of mail permanently? Can't find anything on Google's help pages.
    Cheers, Colin

    Seems to have done the trick - overnight Spam was in a folder called Bin in Mail.
    Excellent. Keep in mind there will be some messages that are spam that make it past the Gmail filters, so nothing is perfect.
    Can I delete [or in some way unsubscribe from Bin?
    I'm not sure, as I don't really use IMAP. I would have guess that there is, but I'm unsure of the exact method or process. But if the filter you created to put delete spam before it reaches your Inbox works, then deleting it in Mail should also synchronize that when you next access Gmail, so it won't keep coming back.
    Google does have an entire section of help devoted to Gmail, and if you haven't read it or looked at it, you really should. They also have a discussion forum where you can post questions. The link is http://mail.google.com/support/
    Mulder

  • How to make Mail stop marking messages from my Contacts as Junk?

    I use Mail to access both my Gmail and Mac mail. Mail has begun marking as Junk messages from my Contacts, including VIPs. In Preferences, I have checked the boxes to have Contacts and Previous Recipients exempt from email filtering, yet they still sometimes end up marked as Junk and sent to the Junk folder. These are all Gmail messages: I use my iCloud account very little. I've unchecked the Trust junk mail headers... and Filter junk mail before applying my rules. I don't see how to make Mail leave my Gmail alone! Can anyone help?

    Google recommends turning off Apple mail Junk filters if using gmail filters.

  • Exporting Mail Rules

    Is there a way to export mail rules from Mail so they can be imported into GMail?
    A friend wants to be able to have their GMail filtered consistently between their desktop and their iPhone without having to leave their computer at home on to have the rules applied.
    Thanks

    Is there a way to export mail rules from Mail so they can be imported into GMail?
    A friend wants to be able to have their GMail filtered consistently between their desktop and their iPhone without having to leave their computer at home on to have the rules applied.
    Thanks

  • My name is Tom: I am sick of spam mail.  Everytme I open wi fi, my mail box gets flooded with spam  800 msgs at once.  Does anyone know how I can filter this crap??

    Again,  Need help to learn to filter spam email, gobs of it!  Thanks, Tom

    1. Check with your service provider and take advanatge of any spam filter settings they have, or blacklisting options they may offer.
    2. You could get a gmail account, and set your current account to forward to it - then let gmails filters catch as much of it as possible.  That will let you keep your current email address in use with those you want to be using it.

  • Getting two emails per alarm

    Sometimes I am getting two email alarms for the same event -- including the last three times in a row.
    the above is one example of an event to which this happened. The hidden portion after the email address is "(work)".
    I don't understand the work/home stuff but I've been using email alarms for years now. I did have both "work" and "home" at one time, but got rid of "work". I certainly don't need two calendars, or whatever it is that this portion is doing.
    The "calendar" field has up/down arrows, but there is only the one option: "Home"
    The "alarm" field with the email address also has up/down arrows, but there is only the one option: "Work"
    The following is an example of an event that did NOT send two emails. I can see no difference:
    Thanks for any help you can give.
    ical Version 4.0.4 (1395.7)

    This is not an iphone issue but rather is a result of the mail account with yahoo and whoever is sending spam to that mail account.  I am not a Yahoo user so I am not sure but maybe Yahoo has a spam filter that you might be able utilise to reduce the number of unwanted messages that seem to be arriving.  I know Gmail filters out spam and places them in a separate SPAM folder. 

  • Anyone else with tons of SPAM?

    I just upgraded to the new mail application and I have been hit with a ridiculous amount of SPAM on a daily basis. Up to 50 emails of garbage a day!
    Does anyone know why this would happen? How do I stop it?
    Thanks!

    I'm getting more spam than I used to but it's happening across all the email services and not just .Mac. My Gmail account is getting the same junk as my .Mac account, emails with random words and an image. Unlike .Mac Gmail filters into the Spam folder and I never have to see it in my inbox and it doesn't download if using POP. If only .Mac Mail worked the same way. I've tried the new .Mac webmail but it's lack filtering and spam handling means I'll keep my account set to forward all emails to my Gmail account where spam is dealt with perfectly. In Gmail I can send emails as though they came from my .Mac account so I'm not missing out.
    Anyway this story explains why spam is so bad at the moment:
    http://www.theregister.co.uk/2006/10/31/botnetspamsurge/

Maybe you are looking for

  • Installing CS2 Upgrade on Intel Mac

    I am just about to take the plunge and get an Intel Mac. I'm using CS2 legacy files for a number of customers. I have CS3 full product but the CS2 is an upgrade. In the past I have upgraded from Illustrator 9 (Full Product) but obviously this is not

  • Activate Open Item Management for a tax GL account

    Hi experts I have tried different options and explored forums but haven't been able to find the solution as yet. I have some tax GL accounts (Tax Category field in their GL master is < or > i.e. Input or Output Tax Account). There have been postings

  • Cannot attach a pdf after extracting a page in Acrobat X Pro

    I have a user that wants to extract one page from a multi page pdf and then e-mail it.  He performs these steps - > Tools - Extract - Share - The file is not showing up in the Select Any Type of File box and the Attach to Email bubble is filled in. H

  • MailItem.SaveAs doesn't save attachments?

    When I drag over an outlook message to a folder on my computer, it will save the email "*.msg" file and embedded in the email are the attachments.  Why doesn't the MailItem.SaveAs() method do the same thing? Is there something different I need to do

  • Ajax submit failed: error =403

    Getting this error when I try to create an HP Web Services account at the hp eprint center. The eprint center also does not accept my same emai/userid/password combo that I use for this forum, or for any other HP login. I've also tried using the emai