Missing functionality - multiple contact email addresses

Currently SBO version 8.8 oly allows a single email address for each contact to synchronize with Outlook.
Contacts routinely have multiple email addresses which should all be enabled to synchronize with Outlook. by limiting to a single address in the contact record, the activities in the contact records will be missing critical history which may be requred for legal requirements onder Sarbanes Oxley and other legal reporting requirments for document retention requirements.
Section 302 of the Sarbanes-Oxley Act requires the CEO and CFO of a public company to personally certify and attest to the accuracy of their company's financial statements contained in periodic reports. Section 404 requires auditors to certify the underlying controls and processes that companies use to reach financial results. Both sections require proof that a company's reported financial information can be relied on - and require companies to invest in procedures that ensure information is recorded and managed in a trustworthy manner, including email. As an organization's dependence on electronic mail continues to grow, the mismanagement of email provides a growing target for litigators and regulators. Companies must ensure that records in digital form are managed with the same care and attention as records in paper form.
Business records must be protected at all times from unauthorized tampering and deletion, more so when a company is involved in audits, investigations, litigation or other formal proceedings. It is therefore of primary importance to copy and archive data before a user has a chance to manipulate it or delete it. Companies must ensure that directors, management and accounting personnel in particular, are informed of their obligation to preserve business records
Edited by: Dennis Milosky on Mar 25, 2010 11:26 PM

You can try holding the COMMAND key, then highlighting the contacts you wish to delete, when you have finished sekecting try pressing COMMAND-Delete, this should trash them. Be sure enteries are are correct, there is no coming back.
Hope this helps

Similar Messages

  • Mail Groups with Multiple Contact Email Addresses

    I cannot find a way to create a Group in Address Book where the contacts have more than one email address. In fact I have not been able to get emailing to groups with Mail to work at all. I always get prompted to select one of my other outgoing SMTP servers... none of them work, iCloud, Gmail, private domain. I don't understand why this is so difficult.
    I have read online that Groups do not support contacts with multiple email addresses... Really? Say it isn't so!

    User A can have one mailbox associated with his ID.  You can create other "User A" mailboxes with different names and e-mail addresses as shared mailboxes and grant User A full mailbox rights and send as right.  User A can
    then connect to each one of them separately.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Multiple recipient email addresses is not working  for xsl & PDF Attachment

    multiple recipient email addresses is not working properly when
    to list has some external email address and sending xls and PDF file as an attachment.
    Test Scenario:
    (A) Create mail target activity
    1)To email : use the multiple email id with some external domain (ex.
    [email protected] ,[email protected], [email protected])
    2)File attachment with .xls file and this file is sending to mail target as an inputstream(at runtime)
    3)Use all other valid parameter in activity.
    (B) Create a process flow File source to mail target
    Execute the process flow.
    Actual Result: Mail is received by every email account. Only external email account get correct file but other email account(as ([email protected])) attachment files
    displaying message
    �abc.xls� can not be accessed. The file may be read-only, Or you may be
    trying to access a read only location. Or, the server the document is stored on
    may not be responding.�
    When i trying to open xls and PDF file
    Expected Result:
    All type of file attachments should be supported with all valid email address
    (servers).
    Pls help me about this senario:
    What is problem in this case:
    I am sending code
    Session session =getSession(host,port,secure);
    session.setDebug(this._debug);
                   Transport trans = connect(host,port,session,userID,password);
                   Message message = new MimeMessage(session);
                   InternetAddress[] iAddr = null;
                   message.setFrom(new InternetAddress(fromName));
                   iAddr = InternetAddress.parse(toUserName, true);
                   message.setRecipients(Message.RecipientType.TO, iAddr);
                   message.setSubject(subject);
                   //BodyPart messageBodyPart = new MimeBodyPart();
                   Multipart multipart = new MimeMultipart();
                   MimeBodyPart messageBodyPart=null;
    if(dataLocation!=null && dataLocation.equalsIgnoreCase("ATTACHMENT")){
                        String tmpName=fileName;
                        if( inputstream != null)
                                  tmpName = makeAttachment(fileName,inputstream);
                        messageBodyPart = new MimeBodyPart();
                        DataSource source = new FileDataSource(tmpName);
                        messageBodyPart.setDataHandler(new DataHandler(source));
                        fileName = fileName.replace('\\', '/');
                        fileName = fileName.substring(fileName.lastIndexOf('/') + 1,
                                  fileName.length());
                        messageBodyPart.setFileName(fileName);
                        multipart.addBodyPart(messageBodyPart);

    First, when sending your message, the filename should be a simple
    filename, not containing any directory names.
    It sounds like your mail server might be doing some special
    processing of attachments, perhaps to prevent viruses.

  • How do I add a contacts email address

    How Di I add contacts email addresses ?

    If you insist on using a mailing list for something it is not designed for I guess the answer is yes.
    Address books are for contacts and provide for contacts without email addresses. As stated earlier, mailing lists are for creating groups for sending group emails. In order for a contact to be on a mailing list they have to exist in the address book you are creating the list in.
    A better solution if you are trying to create categories of contacts is create a new address book.

  • How to create multiple iCloud email addresses?

    How do I create multiple icloud email addresses with out creating multiple Apple IDs?

    If you want multiple aliases, just login to iCloud.com and you can create them there in your mail account settings.

  • HT4897 Can I have multiple icloud email addresses. i.e. one for me one for my wife?

    Can I have multiple icloud email addresses. i.e. one for me one for my wife?

    You can if you create two iCloud accounts.  Each iCloud account is only given a single email account.  (You can have additional email alias addresses, but they will still deliver incoming email to the same email account and inbox.)

  • Applescript cannot reference Outlook 2011 Contact Email Address

    Hi All,
    Hair all pulled out; about to kick my head against a real brick wall.  I have an applescript that had worked great in Entourage but Outlook has changed the dictionary. Trying to tweak it, but it's painful.
    Basically, I'm trying to add email addresses to a contact object. In entourage, I used this:
    set addx to (make new email address with properties {type:home, contents:(item i of emailAddresses)} at theContact)
    And it worked great (obviously, I declare theContact earlier and do stuff with it later)
    Accordng to the dictionary, in Outlook it seems the list of contact email addresses are in a property called "Email Addresses" which contains a list of "Contact Email Address" items.
    Any attempt to reference, declare, make new, ANYTHING with contact emaill addres fails with an error.  As an example (emailAddresses is my own list of text items)
    This command: set addx to make new contact email address with properties {type:work, address:(item i of emailAddresses)}
    Returns this: Microsoft Outlook got an error: Can’t make class contact email address.
    This one: set end of email addresses of theContact to (contact email address with properties {type:work, address:(item i of emailAddresses)}
    won't even compile, and returns: A properties:true can’t go after this contact email address.
    So I'm not sure how to add an address if I can't declare one.
    If anyone has successfully added an email to a contact record via applescript, I'd LOVE to see how you did it!
    Thanks,
    Jeff

    I don't have Outlook, so can't be sure here, but there are common AppleScript parallels that might help.
    This command: set addx to make new contact email address with properties {type:work,address:(item i of emailAddresses)}
    Returns this: Microsoft Outlook got an error: Can’t make class contact email address.
    Typically you cannot arbitrarily make a new object without defining where.
    I would suspect this code would work better as:
    set addx to make new contact email address at end of email addresses of theContact with properties {type:work,address:(item i of emailAddresses)}
    By telling AppleScript where to create the object you should be OK
    Just a guess, though.

  • Deleted contact email address

    I had to dump my gmail account as it was breached by a hacker and now I don't know how to change my contact email address!

    Hi
    Where are you trying to change your contact e-mail address?
    If its here, then you will need to change it on your AppleID. Go to http://appleid.apple.com/ to change it
    Taylor

  • When sending imessages my contact email address being displayed by the recipient

    when sending imessages my contact email address being displayed by the recipient, please could someone advice ?

    I found it in the Settings / Phone / Show My Caller ID - this is switched on - however I don't know if it will display my phone number or email address.

  • How can I backup iphone contacts/email/addresses and transfer them to PC ea

    Hey,guys!!!i have one quick question about my iphone contact backup ...
    I have an iphone that has all my contacts stored in it.... (phone numbers, email, addresses, etc...) and I recently
    bought an new computer, but I don't have any of this information stored in it.
    My question is, how can I sync my iphone with to my PC without erasing the info in the iphone. I don't want my system
    to think that since the PC is empty it should erase every contact in the iphone. I just want to transfer everything
    from iphone and have a copy on PC,especially the contacts.
    Appreciated your early reply.

    Maybe you should go Discussion-Apple to look for what is iTunes user directions about how to backup your iphone.
    Other than there are also a tool called Contacts Tool search iphone applications,and it will help u a lot if u want to transfer the contacts to computer.Like Out2003 or Outlook2007...
    Outlook 2003:
    1. In Outlook, choose Tools > Options.
    2. Click Other and then click Advanced Options.
    3. Select COM add-ins and select the iTunes sync add-in and click OK.
    4. Click Apply and then continue with the steps below.
    Outlook 2007:
    1. In Outlook, choose Tools > Trust Center.
    2. In the Categories pane, click Add-ins.
    3. In the Details pane, locate the iTunes add-in in the "Inactive Application Add-ins" list.
    4. In the Manage box, click COM Add-ins, and then click Go.
    5. In the COM Add-Ins dialog box, select the iTunes sync add-in.
    6. Click OK.
    Besides,if you are always frustrated the directions of iTunes and Outlook.I want to give your advice to try out other professional transfer contact software.As far as i concerned,you can download the [trail version|http://hotdownloads.com/trialware/download/Downloadtanseeiphonecontact_.exe?item=13181-12&affiliate=575053&sscoupon=SOFT-QSTG] of [Tansee iPhone Transfer Contact|http://www.softwarebbs.com/wiki/TanseeiPhone_TransferContact] for free,which can help you back up your iPhone contacts along with contact photos to computer as a file (either txt or antc).
    Hope you have a wonderful time.
    Message was edited by: kelly martin

  • Amending Vendor Contact Email Address

    Can anyone tell me how to change the email address of a vendor contact.
    I am trying all I can but the field is always just read only so therefore cannot be changed.
    Any ideas on this one ?

    Hi Keith
    Please reconstruct the following steps to see, if you are able to change the email address in the SAP E-Sourcing vendor Master
    1) Login to SAP E-Sourcing buyer
    2) Navidate to Vendor Management -> Vendor -> All Vendors
    3) Select the vendor by clicking on the vendor
    4) Click on the edit button (Looks like you have not selected this)
    5) Navigate to the contacts Tab
    6) Click on the vendor that you have added in the Add vendor in the contacts tab
    7) Click on the pencil icon (you will get message "open this contact for editing)
    8) Replace this with a new email address
    9) Click save
    Note that to do the above you need to have the :Buyer Administrator privilage for your account
    Let me know if you were able to resolve the issue
    REgards
    Tridip

  • My correct contact email address is not being used...

    I do not use, and do wish to use, my allocated BTInternet email address and I have my normal Gmail address set up for my BT contact.  As a result I have the BTInternet address set up to permanently forward emails to the Gmail account.
    Despite my contact address being set to Gmail, I keep getting mails signed by Warren Buckley which are coming via the forwarding route from BTIinternet.
    The latest one heralds a problem.  It is telling me that, because of a change in the T&Cs, the BTInternet account will be closed if I do not actively access it every 150 days.  That is in addition to the fact that I recently had an email telling me that I must set up some new way of using the BTInternet account which, as I do not use the BTInternet account, I have no interest in doing.
    If this goes ahead I will, after 150 days, not receive any information emails from BT as I will have no account for WB's minions to send them to.
    I have submitted a communication about this under a "Technical help - Email or security software [Incident:130427-002xxx]" reference.  However, is there anything else I could do to get this anomoly corrected and emails sent to my real contact address at Gmail?

    Thank you for that.   I had not seen any other postings on the topic as I was unsure where to post this and I had used the wrong forum section and one of the mods has moved it here.
    The email I got never actually mentioned forwarding as a method of retention, so I hope you are correct. 
    What the email said was:
    How to keep your BT email
    Make sure you use your email at least once every 150 days by logging on at bt.yahoo.com, using your computer email software (like Microsoft Outlook or Mozilla Thunderbird) or checking your email on your smartphone. If you don't, we'll close the account and delete everything that goes with it - including your emails, contacts, calendar and notes.
    Edit:  I have now delved ito the T&Cs and I see the reference there.

  • Deleting Non-Contact email addresses

    How can I delete an email address that is not in my contacts. I entered an email address incorrectly and now every time I try entering a similar email address, the bad one shows up.

    Try going to the home screen > settings > general > reset > reset keyboard dictionary.
    Hope this helps.

  • Users with multiple primary email addresses

    I have some users that have multiple email addresses. I need to keep these email mailboxes completely separate. I do not want proxy email accounts all going into one inbox. So, how can I create multiple mailboxes for the same user ([email protected] and
    [email protected])? I need userA to log into each email account separately. I basically need a way for the system to see these as two different users all together, the problem being the username login only uses the userA
    portion and not the whole address. Any help would be appreciated.               

    User A can have one mailbox associated with his ID.  You can create other "User A" mailboxes with different names and e-mail addresses as shared mailboxes and grant User A full mailbox rights and send as right.  User A can
    then connect to each one of them separately.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Multiple Notification Email Addresses

    Hi,
    Is it possible to have SCSM send creation notifications from multiple email address?
    For instance, we are looking to add our Building Mgmt group in SCSM and would like for the email that sends notifications on creation of Incidents to come from a different address, versus using the IT Notification email. I have the connectors setup to pull
    the emails, but would like two different notification email routes.
    Ideally, users who email the IT email address will receive a creation notification from the IT email. Users who email the Building Mgmt email address will receive a creation notification from the Building Mgmt email.

    The outgoing emails from SCSM are send with the same email address. There is no option in SCSM to use different email address to send emails (outgoing).
    The only option might be to use Orchestrator to create notification runbooks and use different "send from email addresses"
    The Exchange Connector is only for incoming emails (emails send to SCSM email address / incoming). You can create more than one Exchange Connector to pull different email mailboxes with different addresses. But this is for receiving emails only ...
    not for sending emails.
    Hope this helps.  
    Andreas Baumgarten | H&D International Group

Maybe you are looking for