[O365] [EWSMA 2.0] [C#] [Windows] How do you create a contact folder that resides under the "My Contacts" node in OWA for O365

In OWA for Office 365 you can create a contact folder that resides under the "My Contacts" node on "Peoples" tab. This folder ends up appearing under the "Contacts" folder in the exchange store. However, if you attempt to create
a contact folder under "My Contacts" using Outlook it ends up under "Other Contacts" node in OWA for O365. Even if you attempt to position folder at the root of exchange store it still places it under the "Other Contacts" folder.
The same is also true if you attempt to create a folder using EWS. Is there a way to create a folder using EWS that will appear under the "My Contacts" node in OWA for O365? I've tried the following with no luck:
ContactsFolder myContactsFolder = new ContactsFolder(EwsService);
myContactsFolder.DisplayName = "My contacts folder";
// Set other properties
myContactsFolder.Save(WellKnownFolderName.Contacts);
and
ContactsFolder myContactsFolder = newContactsFolder(EwsService);
myContactsFolder.DisplayName = "My contacts folder";
// Set other properties
myContactsFolder.Save(WellKnownFolderName.MsgFolderRoot);

Hi Tony,
Lots of questions, here goes:
CAN YOU: Yes.  You can create multiple server nodes.  You can add a server node by going into the Visual Administrator and clicking the add node button.  Make sure you have the required space on the physical drive to accomodate the space needed for the new node (hint: check the space of your existing node).
PERFORMANCE: Yes, maybe.  If you are running on a 32bit OS, yes, this will definitely improve your performance as you are most likely memory constrained at the moment.  If you are running on an x64 or 64bit OS, you will find that performance will improve but only to the extent that you have memory free and that you have available CPU for the new node.  Remember Java processes are CPU hogs at times, especially during startup, and the more of them you have, the more CPU you need.  Also, watch out for garbage collections.  Be sure to tune your instance to with incrementals and fulls in mind.  Another benefit of multiple nodes is the HA you get by default when you add more than 1 node.  Now if 1 node should crash or restart, your portal is still running and accessible on the other node.
PARAMETERS: Yes and no.  For java startup parameters, you can create a template under the global --> servers to have your parameters be all the same  When you create a node, those parameters will be used.   But, your currently configured child configuration parameters will not be reflected in the new instance since those parameters are taken from the global (parent).  This is what the global is for and you should consider adjusting the global if you want your child nodes to have consistant values.
Let me know if you have more questions.
-jwise

Similar Messages

  • How do you create a new folder in the library folder

    How do you create a  new folder in the library?

    In the user Library? Open Finder and select Go then press the Option key. In the list you will see your user Library folder (underneath Home). Click it to open it. Now you can add a folder inside. You can left click/hold and drag the Library icon at the top of the Finder window to your Finder Sidebar so it's always avaliable.

  • How do you create a Spam folder in Mail

    How o you create a Spam folder in Mail?

    This depends on your email provider but marking an email as Spam/Junk may automatically create a Spam/Junk folder.
    Swipe from right to left on the email preview, select "More", and touch "Move to Junk"

  • How do you create a flash in game popup on the same frame?

    How do you create a flash in game popup on the same frame?
    I need to make a popup in flash on the same frame. Basiclly like you reach the frame and randomly (I know how to do random stuff) a popup might appear saying like you got a prize; and I want the stuff in the back to stay the same.
    Please help me!
    Thankx in advance.

    Whatever frame you intend to make this movieclip appear in, you first set it to be invisible using...
    popupName._visible = false; // popupName is whatever instance name you use
    And for whatever random code you use to trigger it to appear you just set the _visible property to be true...
    popupName._visible = true;

  • HT202631 How do you create a appleid but i cant select the none option and i don't have anything to pay with.

    How do you create a appleid but i cant select the none option and i don't have anything to pay with.

    Hello, did you mean create an Apple ID without any credit card info?
    If that I can help. Just go to iTunes and choose a "Free" apps to download. After that, it will pop up with "sign in with existing Apple ID" or "Create a New Apple ID". Click create a new apple id. through this process, you will see a "none" choice in payment method while registering the Apple ID.

  • How do you create a unique folder to save a document?

    How do you create a unique folder to save a document?

    In the Save dialogue navigate to where you want it and either click on the New Folder button bottom left, or go command shift n.
    Peter

  • How do you create a rolling title that ends on a still image of the title?

    How do you create a rolling title that ends on a still image of the title?

    Here's the help page that describes using the tab stops:
    http://help.adobe.com/en_US/PremierePro/4.0/WS35CA53B6-EAFF-499a-A600-DCD85686354Da.html
    Let me know if that's clear as mud and I'll try to shed more light on the subject.
    One thing that isn't specified/clarified/whatever (and was the biggest stumbling block for me when I first tried this in PPro 1.5) is that the ruler for the tab stops is zeroed at the edge of the text box, and tab stops ONLY work in text boxes (or "text area," however you please). At any rate, you have to position that ruler so that the zero point is at the left edge of your text box, and then the rest of the instructions in the help doc will make sense.
    Also, it's useful to show the tab markers while you work. Just go "Title > View > Tab Markers" and you're good.
    Hope this helps!
    As a side, I have found that this one feature is really the best and most useful part of the PPro titler (and also, just about the only function in the titler that WON'T cause your system to crash on a regular basis).

  • How do you keep your iPhones and iPads separate under the same apple id

    I have a family of iPhones and iPads and one apple ID, well needless to say each device is getting face time calls and text messages from eachother. I might add it makes for some pretty interesting conversations. I would like to learn how to keep each device seperate under the same apple ID, or would it be better to set up seperate ID's for everything? Anyways, any help would be appreciated. Thank you!

    rcostanten wrote:
    .... I would like to learn how to keep each device seperate under the same apple ID, ...
    Have a look... Here-

  • I NEED HELP! How do you Create a Drop Down Accordion Navi with the child pages remaining expanded

    I would like to know how I can create a vertical accordion navigation with some custom modifications.
    I need it to function like this sites vertical navigation. (link is below)  Click on the parent page "bedrooms" and it expands revealing all of the "child pages" then click on one of the child pages, it turns the font to Underlined and all the child pages remain exposed!  (it does not collapse after you click on a child page!!!!!!!) I need my site to do this as it tells the visiter where they are exactly on the site!     Please HELP ME!  Thank You! 
    I would actually like mine to be a little more pronounced.  Perhaps having the link turn to BOLD Font indicating you are on that page.  And the main Parent page would have a diffrent background color. 
    Site that has the Navi that I want to Mimic:
    http://www.fowfurniture.com/
    EXAMPLE: Adhesives IS IN BOLD indicating you are on that page. and it remains open it should remain open until you click on another parent page like Hardwood. (Then the Hardwood child pages (Sub Menu) would expand looking like the carpet sub menus/child pages.  All of the accordians i have found seam to collapse after you select a child page (sub menu) and the visitor wouldn't know where he is on the site...  Please Help Me accomplish this!
    Carpet
                          Repairs
                          Fibers
                          Adhesives    
                          Tools
                          Pad
    Hardwood
    When nothing is selected it should look like this: The cell of "Carpet" is a slightly a diffrent color because it is in the "Hover"  state. 
    Carpet
    Hardwood
    Tile
    Vinyl
    Linoleum

    Still need help, I could do it for a value lower. contact me at [email protected]

  • How do you create a new folder within a folder?

    ... without having to create it and drag and drop??

    A new folder is created in the currently open folder.
    I'm assuming you are trying to create a new folder in List view. The new folder will be created in the folder which that the open window represents.
    If you want to create a folder within another folder, you must open that folder in icon view or select the new parent folder in column view.

  • How do you create a database so that the PDF forms will populate the database as they are submitted?

    I am trying to create PDF forms that will be filled out by multiple members of an organization. I would like them to be submitted electronically and then populate a database so that the data does not need to be reentered into a database.
    I generally use Microsoft access but certainly know how to use comma separated values (CSV) or Microsoft Excel.
    I currently utilize Acrobat Pro X.

    Thanks for the info obviously I will need to watch the videos/tutorials on distributing and tracking documents.
    John W. Hellstein D.D.S., M.S.
    University of Iowa, Oral Pathology
    356 DSB South
    Iowa City, IA 52246
    Ph 319-335-9656
    Description: QR_Droid_73041 3

  • How do you create a local zone that's not "stripped down"?

    Hi all,
    I've been exploring Solaris 11 Express a bit more after work, and I can't figure out how to create a new local zone that doesn't have a minimized package set. The ISV guide mentions that new local zones default to "minimal system software":
    http://www.oracle.com/technetwork/articles/systems-hardware-architecture/o10-015-s11-isv-adoption-198348.pdf (page 6)
    ...but that I can specify additional packages with the "-e" flag during the zone install. I don't want to list dozens of supplemental packages by hand... there must be a way to make a new local zone that has an almost identical package loadout as a standard global zone. (i.e. ftp, smtp, telnet services exist in the global zone, but are not installed in a local zone).
    Do I need to use ips commands to first make an image (of a global zone) then update my local zones to that image?
    Thanks!
    Mike

    Thanks Russell, this sounds exactly like what I was looking for! I'm "zoneadm install"'ing a new zone right now to kick the tires. One note for everyone else:
    pkg install -r slim_installI got an error that "-r" isn't a valid flag for pkg, but it seems to be working without it (i.e. "pkg install slim_install")
    Regards,
    [email protected]

  • How do you create a Social Sharing menu button like the one available in Android?

    For sharing images via:
    Facebook
    Flickr
    Picasa
    Email
    MMS
    Is there an API for this?
    I've seen a lot of Android apps have this feature, so it seems like an API built into Android but do we get access to this feature too?

    I think I have been interpreting the instructions incorrectly. I was going into iCloud Mail, NOT the Mail app. I didn't realize they were connected, and that iCloud mail messages could be saved to the regular Mail app, which I already know how to use.
    Thanks for the response. I think I've got it now.

  • How do you create translated versions of a project under version control?

    Hi,
    We have a project under version control that has been translated. How do we best create projects for the translated material so that the webhelp output matches the English version only translated? Is it possible to create a project with a name that reflects the translated language, copy the English project file to the new folder, change the name to coincide with the translated version, import all of the associated English files, and then exchange all of the English files with the translated ones?
    Thanks,
    Allen

    Hello Allen and welcome to the community.
    See if this article helps.  You didn't mention which RH version you're using, but except for the features specifically called out as being in RH8, the process should work for RH7 projects.
    I use Subversion for version control, and I haven't had any additional challenges from having localized projects in version control—you check the files in and out as you do the English ones. Check out the article and let us know if you have any additional questions.
    Note that the article gives recommendations, but you certainly can do your localized versions as completely separate projects.  If you do it that way, for each separate project, copy the English project to a new location, rename it if you want, and change the project language.
    Hope this helps,
    Ben
    GryphonMountain.net

  • How do you create a Top 25 Most Played on the Nano?

    how?

    http://www.apple.com/support/ipod/tutorial/ipgettingstartedt2.html
    Also, please only post one topic per question. Your question has been answered in your other thread as well.

Maybe you are looking for