Known limit for how many characters can be entered in the To field when adding People and Groups ?

I am running MOSS 2007 SP1. I browse to site settings > People and groups and a group which has more than 60 members. I select all > Click Actions > Email Users. Nothing happens. I select less users, new outlook window comes up as it should. I am running outlook 2007. I first thought that the limit was 50 users, but different user selections let me select 51 users as well. I then concentrated on the character limit and I noticed that there were about 1580 characters in the To field when I selected 50/51 users.
Is there a known limit in sharepoint/outlook client for this function on how many characters can be entered in the To field?

Hello Amar,
This is a by-design behavior, not from SharePoint side, but Internet Explorer. The limitation by the 2083 characters in IE for the Max URL length is described in the following KB article:
(KB208427) Maximum URL length is 2,083 characters in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;EN-US;208427
As a workaround, you may need to divide the list up and not send all the email at the same time. Hope it helps!
Best Regards,
Lionel

Similar Messages

  • Is there a limit to how many photos can be stored on an iPad using version 5.1.1?

    I am having a devil of a time syncing my wife's original iPad with iTunes. I believe that there is a limit to how many photos can be stored on the iPad. It has 20GB of empty storage space, so it's not a space issue.
    Certain albums refuse to sync. I cannot figure out why those albums, in particular, will not sync. If I delete albums, they disappear from the iPad Photo application, so some synchronizing is happening.
    Help.

    First, thanks so much for taking the time to respond.
    Let me be a little more specific in describing my problems.
    I have about 8,000 images in iPhoto on an older iMac. All of the iPhoto functions appear to work correctly.
    I have created about 50 albums in iPhoto, and about 20 of these are of interest to my wife, so she'd like to copy them to her early iPad.
    ITunes shows the albums correctly when I select what I want to sync to her iPad. In other words, iTunes correctly represents what is in iPhoto. 1:1 correspondence in albums.
    However, when I sync approximately 25 albums with her iPad, 3-5 albums refuse to copy over to the iPad. The total number of images that is available on her iPad is 1680. My first thought was that there might be a limit to the number of images. There is plenty of memory available on the iPad (over half).
    Thank you so much for your time.
    Cheers,
    Chuck

  • Size limit for how much video can be included in an AIR file?

    I'm making an AIR app to play a video locally.  It is on a PC with no internet connection, so the video (fv4) is  included with the air install file.  Is there a size limit for how much  video can be included in an AIR file? I seem to get the "...file is  damaged..." error when I include a video over 200mb. I use Flash CS4 to  create and AIR is v 1.53.

    I'm authoring in CS4 on a MAC with the latest OS and 4GB ram.  It plays fine on the Mac.  On a WIN7 PC with all updates and 4GB ram I get the errors if the air file that contains a video file over 200mb.  I heard that AIR 2 should solve the issue and that it is just a PC issue.. Maybe...   I have not tried using ADT to package the file.

  • Is there a limit to how many songs can go into a playlist?

    been adding songs to a playlist but its not adding them - is there a limit to how many songs can into a playlist

    specialeddie wrote:
    is there a limit to how many songs can into a playlist
    No.
    tt2

  • I have a Student creative suite 5.5 for how many computers can I use it?

    I have a Student creative suite 5.5 < for how many computers can I use it?

    What exactly means "will not accept"?

  • How many characters can a String hold?

    How many characters can a string hold, and can i give the value of a JTextArea to a string? Thanks -

    well, you could try it, it should only take a few lines of code to see how large a String can get.
    I think a String can be larger than the text of a JTextArea, not sure though.

  • HT201401 How many times can I enter a password if my child has forgotten it?

    My child set a password on a disconnected phone that he was using as an ipod.  I am trying to unlock it.  How many times can I enter a wrong password?  Is there a limit and what are the consequences?
    Thanks!

    Depends. Passcode can be set to erase all data after 10 failed attempts. If you repeatedly enter the wrong passcode, your iPhone, iPad, or iPod touch will be disabled for longer intervals before you can try again. After too many unsuccessful attempts, you won't be able to try again until you connect it to the computer with which you last synced it.

  • How many entries can we put in the select options

    Hi all,
    As per  my requirement I am trying to store the data in the select-option( s_kunnt)  as below
    select kunnr from kna1 into (l_kunnr) where
                and spart in p_spart.
      move 'I'         to s_kunnr-sign.
      move 'BT'        to s_kunnr-option.
      move l_kunnr to s_kunnr-low.
      move l_kunnr  to s_kunnr-high.
      append s_kunnr.
    endselect.
    Using s_kunnr in the select statement to fetch the data.
    When the customer numbers are more than 1800 in the s_kunnr, select statment going to the dump. Is number of entries in the select options are restricted for some count( around 1800)?.
    How many entries can we put in the select options?
    Thanks
    Regards
    Raj.

    Firstly, there is an error in your code. You should do the following instead:
    move 'I' to s_kunnr-sign.
    move 'EQ' to s_kunnr-option.
    move l_kunnr to s_kunnr-low.
    append s_kunnr.
    To answer your original question, the limit depends on the field width you are using in the ranges. If the field width is small, you can have thousands of entries in the range table.
    The limitation is in the length of the SQL statement string generated by the ABAP OPEN SQL engine. With the way I defined it above, the statement would have WHERE KUNNR IN ( 'value1', 'value2', 'value3'). With way you defined it, it would have WHERE KUNNR BETWEEN 'value1' and 'value1' and KUNNR BETWEEN 'value2' and 'value2'.
    When the range table is so large that it results in a short dump, you should look into FOR ALL ENTRIES option of SQL.

  • How many threads can be running at the same time

    Hi!!
    Dows anyone knows how many Threads can be running at the same time in the JVM.
    I'm making a multi thread client-server app and I would like to know how much simultneous connections the JVM support. I'm using one Thread per connection.

    Hi, thanks to all for your answers.
    I think that I made the wrong question, as you said: "that means the number of threads currently created".
    I'm worry about this because my application is already online (It's a mail server -SMTP and POP3 server using ORACLE for the users database- ) and some other user post in the "multi-tread forum" that almost any JVM can only have 700 threads created at the same time, and I've never heard or read anything about this.
    what you mean with the stack space (memory??)
    I'm using the JavaWebServer 2.0 and a servlet to start the main Thread.
    Again Thanks to all for the answers but I think that the schapel answer is the one that solve my doubt...

  • How many times can you enter the wrong pin code on an iphone before it resets?

    How many times can you enter the wrong pin code on an iphone before it resets itself?

    Hey Robin.T,
    Thanks for the question. The following article provides the answer to your question:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    If you enter the wrong passcode six or more times, you'll see a message that says one of the following:
    iPhone is disabled
    iPad is disabled
    iPod touch is disabled
    You can also set your passcode lock to wipe the device after 10 unsuccessful attempts (Settings > General > Passcode Lock > Erase Data)
    Thanks,
    Matt M.

  • How many photos can i import to the catalog?  Can i hook up many hard drive(s)?

    how many photos can i import to the catalog?  Can i hook up many hard drive(s)?@

    Bernd Alheit wrote:
    So long as their is enough space for the catalog.
    If your hard disk is that short of space, then you have more serious problems anyway

  • How many columns can be used in the SELECT Statment

    Hi all,
    How many columns can be used in the SELECT statement?
    Ex: SELECT x1,x2,....xn FROM <table_name>;
    Thanks,
    GowriShankar.N

    Let me join ;-)
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE    9.2.0.6.0       Production
    TNS for Linux: Version 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production
    SQL> DECLARE
      2  l_sql varchar2(32000);
      3  begin
      4  l_sql := 'CREATE TABLE T(';
      5  for i in 1..999 loop
      6  l_sql := l_sql ||'C'||i||' NUMBER,
      7  ';
      8  end loop;
      9  l_sql := l_sql||'C1000 NUMBER)';
    10  EXECUTE IMMEDIATE l_sql;
    11  end;
    12  /
    PL/SQL procedure successfully completed.
    SQL> select count(*) from cols where table_name = 'T';
      COUNT(*)
          1000
    SQL> insert into t(c1) values(1);
    1 row created.
    SQL> select *
      2  from t t1,t t2;
            C1         C2         C3         C4         C5         C6         C7         C8         C9       
    ...   snipped
    C991        C992       C993       C994       C995       C996       C997       C998       C999         C1         C2         C3       C4         C5         C6         C7         C8         C9        C10       
    ...   snipped
    C990       C991       C992       C993    C994        C995       C996       C997       C998       C999
    ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------          1
                                                                                                                                        1
    SQL>
    SQL> select count(*) from (
      2  select * from t t1,t t2)
      3  ;
    select * from t t1,t t2)
    ERROR at line 2:
    ORA-01792: maximum number of columns in a table or view is 1000Obviously, inline view is obliged the same restrictions as a view, but select list is not constrained.
    Best regards
    Maxim

  • How many sites can be build on the trail version

    how many sites can be build on the trail version ?

    i build 2 to play with, one site is working 100 % the other one give me the error, both of them is uploaded with Win CSP, i can not load it through Muse,
    Site Not Published 
    The site you are looking for has not been published
    If you are the owner of the site, you can fix this message by publishing your site to this address.

  • How many shows can I DVR at the same time?

    I just signed up for FiOS triple play with preferred HD, premium stations, 75/75 internet and phone. I was watching a show the other night and DVR'd 2 shows - got a message saying I couldn't do that. How many shows can I DVR at the same time? Can I still watch a live show while DVR's recording?
    This is SO frustrating!

    Every regular DVR has 2 tuners It can recordp to 2 shows at a time.
    If both tuners are in use,, then you can't watch anything else.
    Want to record more, get more DVRs or upgrade to Quantum.
    Lowere level has 6 tuners. THey support remote TVs and recording.
    THere agin, you can get combination of channels being watched and recorded up to 6.
    Need even more, upgrade to higher level and have 12 tuners to share.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How many times can you restore from the same backup?

    how many times can you restore from the same backup?

    As many times as you want till you delete or modify it.
    It's YOUR backup, a copy of all your stuff.
    Not some copyrighted, access controlled bunch of bytes representing a picture, a song or a movie, with a bunch of lawyers from the entertainment maff1a hellbent on restricting what you can do with it.

Maybe you are looking for

  • Restart and logout problems

    Hello, I upgraded from Tiger to Leopard some while ago and I ran into some issue. When I try to restart my Macbook nothing happens except this information inside the log file: Apr 15 18:59:03 Macintosh com.apple.launchd[88] (com.apple.FolderActions.f

  • Problem with radio in Nokia5800 52.0.007 .

    Hello, I have installed firmware 52.0.007.  when I am switching radio stations radio application freezes  and I am unable to turn radio off with taskmanager. I must turn off and turn on my phone. What should I do with this?

  • RODC Authendication issue and DNS issue

    Hi All, we have domain setup like our primary servers available in different location and we have installed RODC in branch office to Logon and authendicate in local site itself. Enabled GC,DNS in RODC. sites and services created branch office subnet

  • Merging multiple Aperture libraries

    I would like to merge multiple Aperture libraries. Some images occur in more than one library. Does anyone know what the merge process does with duplicated images? Thanks for any tips

  • Define Ranges on Selection screen

    Hi All, I have a requirement to define company code as ranges on the selection screen, and then I have loop thru those company codes to get the plants. Any idea how I can define ranges and then use it in the program? Sample code will be really helpfu