Messeging to a Group of Contacts

Hi,
It's quite time consuming to send a messege to a large no. of people. How do we send msg to a group of contacts using Nokia PC Suite???

You can just mark each contact then send, in much the same way as in phone.
Knowledge not shared is knowledge wasted!
If you find it helpfull, it's not hard to click the STAR..

Similar Messages

  • How do I restore Groups to Contacts from time machine?

    How do I restore groups to Contacts using time machine?  I somehow managed to duplicate many groups and contacts in Contacts, so I deleted everything and tried to restore them using time machine backup  from a few days before.  It restored all my contacts, but none of my groups.  If you select a group and click restore it will restore all the contacts in the group, but not the group itself.  I had many groups with many contacts in each and would really prefer not to do this manually.  I can see the groups in the time machine backup, but cannot figure out how to restore them.  I know from researching online that with Address Books and previous operating systems you could go to ~Library/Applications Support/AddressBook  and restore the whole file, but either this operating systems hides the necessary files or Contacts is set up differently than AddressBook was.  I am using OS 10.9.5 and Contacts version 8.0 on a MacbookPro 13 inch mid 2010.

    Here is what I have tried:
    1. Finder>Go>(Option)Library>Address Book(highlighted)with files showing in right column. Opened Time Machine and Address Book folder is there. Tried to go back to several previous dates from several months ago. None will highlight in order for the Restore button to light up.
    2. Finder>Mac HD (under Devices)>(Option)Library>Address Book (same as above). Again, cannot go anywhere back in time to highlight a date for Restore button to light up.
    Note: I was able to use Time Machine to restore my Contacts with no problem. However, they are All Contacts only and did not restore my Groups. I do know how to make groups again and highlight and drag them back, but wanted to see if there was a way to restore the groups. I will post another question as to why my Time Machine won't let me restore the Address Book as well as the Contacts. Thank you for your time and patience.

  • How do i send an e-mail to a pre set group of contacts?

    Hi
    Before Yosemite, I used to be able to compose a new message and then click and drag the group of contacts to the 'to' box...  Now I can't do this.. I have to open up the separate 'Contacts' app and drag the group from there.
    Is there a way I can do this directly from mail (v 8.2)
    thanks!
    Goldie

    Hi
    thanks for the fast reply!
    I tried this just now and it kind of works... in that it seems to list a number of variations of the named group... some of which have contacts in them, some not...
    for example... I have a group called "Nursery workers" and when I start typing this in, the drop box lists <nursery workers> - - nursery list - - nursery workers
    Only one of these has the contacts in it.  Is there any way of eliminating it bringing up a load of what seems to be empty lists?  I only have one group of nursery people.

  • How to create a group in contacts

    How can i create a group in contacts on ipad1
    How to a link a contact to a group

    You have to use a 3rd party app to do this.  Several are available, including ABContacts and Speed Names.  For texting, these don't support iMessage but you can always start a group message to a set of contacts on your phone and then save to conversation to send a future message to the same list of contacts.

  • How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    Use Mail Scripts. Its Add Addresses function will collect all the addresses from all selected messages and allow you to select the ones you want to add and allow you to create groups as you go.

  • In address book on BB i don't view contacts in a group of contacts

    I've this problem:
    In my address book on the BB, i don't view contacts in a group of contacts.
    I've added a group of contact in Outlook 2007 with two contacts inside. On the BB i've seen the group of contact but no the contacts inside. I have a BES server 5.0.3 with Exchange 2007.
    Any solutions?
    Thanks.
    Ema.

    The issue has nothing to do with your MacBook Pro. You are using a different version of OS X.
    If you are using Apple's Mail application, it will search both previous contacts and the address book as you type the send address.
    Barry

  • How can I view or sort or group my CONTACT GROUPS together in Outlook 2010?

    How can I view (in my contacts list or address book) or sort/group my CONTACT GROUPS together in Outlook 2010, separately from the individual contacts?

    In the Contact folder, use a custom view that shows only Contact groups.  Create the filter on the filter dialog's Advanced tab -
    Message Class contains IPM.DistList
    Screenshot: http://screencast.com/t/s465l5w16q
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • How do I create a group in contacts for texting?

    How do I create a group in contacts for texting to several people?

    Create your group on your computer, and sync it on your iPhone. But you cannot use this group for texting. You need an application for this. Easy Group is a free one I have developped.
    http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Remi
    Note: I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • Im trying to drag and drop a email group from contacts to a new email message. But it will not let me in OS X Mavericks. Before I upgraded I could do this.

    Im trying to drag and drop a email group from contacts to a new email message. But it will not let me in OS X Mavericks. Before I upgraded I could do this.

    I just posted this fix to another thread and thought it might be useful to post to all of the threads I read trying to fix the problem. Here it is:
    Having the same issue over here with Mavericks 10.9.1 on a new Macbook Pro/Retina. Just now found a workaround/fix/whatever:
    - click on your group in the group pane of the address panel
    - click anywhere in the name pane and select all (command + a)
    - click the "To:" or "Cc:" or "Bcc:" tab right above the group pane at the top of the address panel window.
    The names of all of the individuals in the group will appear as an expanded list in whatever field you clicked. It takes a second or two to happen.

  • Is it possible to export a Group from Contacts to a spreadsheet? I have Version 8.0 (1371.2) on my Mac

    How can I export a Group in Contacts to an Excel spreadsheet ? I've tried to follow the instructions but am going in circles:  I opened the Group, then 'selected" all contacts in the Group, then chose File>Export>Export vCard. Saved it to Desktop, but when I open the file from desktop, it appears that I'm Importing them to Contacts.... I just want a spreadsheet that I can import into Constant Contact.

    It's not possible.
    Apple - Feedback

  • Applescript to Add Same Photo to a Group of Contacts

    Can anyone please help with an Applescript to add an image to a group of contacts in one foul swoop.
    My intention is to add a logo image to a group of colleagues.
    Here is what I have so far, - but receive this error
    tell application "Address Book"
    set the_people to every person in group "Pilots"
    repeat with this_person in the_people
    set pict_file to choose file of type "TIFF" with prompt "Choose a tiff file"
    open for access pict_file
    close access pict_file
    set image of person to pict_file
    try
    end try
    end repeat
    end tell
    The error I receive is
    error "Can’t set «class az50» of «class azf4» to alias \"Macintosh HD:Users:Steven:Desktop: Pilot2.tiff\"." number -10006 from «class az50» of «class azf4»
    I would like to reference the image file to the script and not have to reselect it for every record.
    Thanks in Advance.

    You might have a look at [this article|http://smithsrus.com/setting-an-address-book-picture-with-applescript> and try this:
    *set pict_file to choose file of type {"public.tiff"} with prompt "Choose a TIFF file"*
    *open for access pict_file*
    *set pict_data to read pict_file as "TIFF"*
    *close access pict_file*
    *tell application "Address Book"*
    *set the_people to every person in group "Pilots"*
    *repeat with this_person in the_people*
    *set image of this_person to pict_data*
    *end repeat*
    *end tell*

  • HT1349 I just purchased an Iphone and love it except I'm surprised and annoyed that there is no way to create a group within contacts.  I coach a youth basketball team and routinely want to fire off a mass email or text to the same group. Am I missing som

    I just purchased an Iphone and love it except I'm surprised and annoyed that there is no way to create a group within contacts.  I coach a youth basketball team and routinely want to fire off a mass email or text to the same group. Am I missing something?

    When I click on my contacts icon on my phone there is a Groups choice in the upper left hand corner. Make sure you are in All Contacts and not a specific person.

  • Add Same Photo to a Group of Contacts

    Can anyone please help with an Applescript to add an image to a group of contacts in one foul swoop.
    My intention is to add a logo image to a group of colleagues.
    Here is what I have so far, - but receive this error
    tell application "Address Book"
    set the_people to every person in group "Pilots"
    repeat with this_person in the_people
    set pict_file to choose file of type "TIFF" with prompt "Choose a tiff file"
    open for access pict_file
    close access pict_file
    set image of person to pict_file
    try
    end try
    end repeat
    end tell
    The error I receive is
    error "Can’t set «class az50» of «class azf4» to alias \"Macintosh HD:Users:Steven:Desktop: Pilot2.tiff\"." number -10006 from «class az50» of «class azf4»
    I would like to reference the image file to the script and not have to reselect it for every record.
    Thanks in Advance.

    set pict_file to choose file of type {"public.tiff"} with prompt "Choose a TIFF file"
    open for access pict_file
    set pict_data to read pict_file as "TIFF"
    close access pict_file
    tell application "Address Book"
    set the_people to every person in group "Pilots"
    repeat with this_person in the_people
    set image of this_person to pict_data
    end repeat
    end tell

  • How do I create a group in contacts?

    I am having trouble creating a group email contact list on my iPad2.

    While you can create contact groups on icloud.com, if you want to send emails to an entire group on your iPad, you'll need an app to do this (like Speed Names; I'm sure there are others).

  • How do I create a group in Contacts on my Iphone 5S

    How do I create a group in Contacts on my Iphone 5S?

    You cannot create them directly on the iPhone. You can do it via iCloud:
    iCloud: Create a group and add contacts to it
    or you can look in the App Store to find a compatible app to help you create groups on your iOS device.
    Cheers,
    GB

Maybe you are looking for

  • Lenovo S650 - default (factory) desktop view

    Hello everybody. Happy New Year! My calendar and power panels disappeared today. It still works fine. I tried to return default view of "calendar+power panels on 1 desktop" but can put only one of it, smartphone reports that row is full. So, do you h

  • Error in small program

    The following program shows error when I give input to Num1 and Num2 ,then press Add or Exit.It says "Invalid Format (Screen Error)" Any Help Please REPORT  ZTODAY                                  . data : num1 type i,        num2 type i,        NUM3

  • I need to buy 1year extended warranty for my iPhone 4S can't find it in Store.

    As read in the title. I'm am currently abroad with my 4S, and warranty expires today. I purchased 1 Applecare in Austria today, but it's impossible to register with my phone. They advised me to buy another one in the US store, as there are regional d

  • Copy fuction does not work

    When I try to make a copy of something the arrow just keeps spinning and never allows me to copy.

  • Apple TV no longer shows iView icon

    I used to have an ivies icon on my home screen now it is gone.