How to assign Tasks to other users using Exchange Web Service.

How to assign Tasks to other users using Exchange Web Service.
Any workaround also would help

Hi Glen,
I am trying to use ExtendedPropertyType and put in UpdaterItemType as in this code as below. Although it is not updating the Owner
field.
I have tried it both by Propertyname and PropertyID. Although new custom property's canbe
added but to change an existing one like 'Owner' ? Would this be the right method.
2. And Is ProprertyID a fixed value as 0x811f or does it need to be calculated.
3. Is 'Owner' the right propertname for assigning a task ?
Thanks a lot.
Please see code below for reference.
 PathToExtendedFieldType pathExtended = new PathToExtendedFieldType();
            //pathExtended.DistinguishedPropertySetId = DistinguishedPropertySetType.PublicStrings;
            pathExtended.DistinguishedPropertySetId = DistinguishedPropertySetType.Task;
            pathExtended.DistinguishedPropertySetIdSpecified = true;
            pathExtended.PropertyId = 0x811f;
            pathExtended.PropertyIdSpecified = true;
            //pathExtended.PropertyName = "Owner";
            pathExtended.PropertyType = MapiPropertyTypeType.String;
            ciSetAT.ExtendedProperty = new ExtendedPropertyType[1];
            ciSetAT.ExtendedProperty[0] = new ExtendedPropertyType();
            ciSetAT.ExtendedProperty[0].ExtendedFieldURI = pathExtended;
            ciSetAT.ExtendedProperty[0].Item = "[email protected]";
            SetItemFieldType set1 = new SetItemFieldType();
            set1.Item = pathExtended;
            set1.Item1 = ciSetAT;
            UpdateItemType request = new UpdateItemType();
            request.ItemChanges = new ItemChangeType[1] { new ItemChangeType() };
            request.ItemChanges[0].Item = itemId;
            request.ItemChanges[0].Updates = new ItemChangeDescriptionType[2];
            request.ItemChanges[0].Updates[0] = setstart;
            request.ItemChanges[0].Updates[1] = set1;

Similar Messages

  • How to assign task to others with an attachment?

    Hi All,
    How to assign task to other with an attachment and field values in the actual InfoPath form?
    In detail, If a InfoPath form has submitted then task should be assigned to a person with an attachment and some field values which are present in InfoPath form.
    How to achieve this scenario?
    Thanks in advance!

    What you describe is a simple approval workflow. SharePoint comes with approval workflows out of the box. 
    When a task is created to approve an item, it does not need to have the attachment that is already in the item. The task will contain a link to the item that needs to be approved, so there is no need to duplicate the file attachment. 
    You may want to read a bit more about the out of the box approval workflows in SharePoint. Start here:  
    Understand approval workflows in SharePoint 2010
    cheers, teylyn

  • How to assign task to multiple user & current task in waiting state

    Hi,
    In the workflow i want to assign the tak to multiple user one by one & current task should remain open & should also wait for completion of assigned tasks. for Example - I have Task 1 & Task 2.
    From Task 1, user can assign the Task 2 to different multiple user at the same time or user can assign the Task 2 to different users at some time interval.
    Now, Task 1 user should wait to complete the all Task 2 assignment or Task 1 user can close the Task 2. If Task 2 user is not responding.
    Task 1 should remain in open state till Complete action not taken.
    Please help me how can i achieve the above scenario in BPM11g 11.1.1.6.0

    I think you can sue Workcenter option here. I generally do some coding in User Exit for FM ME_REL_GET_RESPONSIBLE
    which is attached to Rule 20000027.
    For the Release effected step you can add but I think you have to create cuistom Wflow for that. You cannot use WS20000075.
    Thanks
    Arghadip

  • Why Case-Sensitive while assigning tasks to other users??

    I am trying to assign a task to another user through AdminUI.
    While searching for users, I am supposed to provide case-sensitive search text to find actual users.
    In previous installations it is not a problem. i.e only in production it happens.
    Is there any place to modify this settings?
    Please see the attached screenshot of the page.
    Thanks,
    Nith

    Raghu,
    thanks for the reply, you are right as per the audit .But suppose if it is for 200 users ,creating 200 CUP requests will be impractical right.
    there should be some solution for this , because there will be many situations practically where we have to assign roles to N number of users.
    Is this possible in GRC 10 ? any idea ?
    Regards,
    Jaags

  • Anyone know how to use Exchange Web Service API in PB Classic 12.5

    Trying to figure out how to use the api/dll's of the EWS.  I am new to web services in pb so I seem to be going nowhere fast.  If you have used it I would appreciate some guidance or better yet code/instruction on how to use/access it/setup.  I need to be able to get to exchange (in this case using an office365 test account) and read emails/calendar info etc..
    Thanks for any help..
    Dave V.

    Hi Matt,
    I find an article about Overlay a SharePoint calendar with a calendar from Exchange or SharePoint, for your reference:
    https://support.office.microsoft.com/en-us/article/Overlay-a-SharePoint-calendar-with-a-calendar-from-Exchange-or-SharePoint-4caebe59-3994-4a94-9322-b31abb8a5e9a?CorrelationId=0cba4045-24cb-4cb2-b6d6-51e4015df3a0&ui=en-US&rs=en-US&ad=US
    However, if you want to use SQL Queries and HTML, please contact to Exchange Development Team to get more professional advice.
    Best Regards,
    Allen Wang

  • How to access Sap portal login user in ejb web service

    Hi,
    I wnt to access SAP Portal login user in my ejb application which resides on the same server.
    I am using following code
    try {
         IUser user =null;                         IWDClientUser wdUser = WDClientUser.getCurrentUser();
                                  user = wdUser.getSAPUser();
                             } catch (WDUMException e) {
                                  // TODO Auto-generated catch block
                                  e.printStackTrace();
    Some additional jar files are required for this?
    The same code works fine with webDynpro but not with ejb.
    Thanks in advance     
    Best regards,
    Nilesh

    Thanks for reply.
    I have already added com.sap.security.api in my EJB module project classpath. How to add the same in EJB application Project (application-j2ee-engine.xml)?
    Best regards,
    Nilesh

  • Fetching Mailbox Usage Location using Exchange Web Services (EWS)

    Hi,
    I need to obtain a mailbox user's Usage Location via EWS.
    How do I get that. I know how to obtain it using Powershell.
    But I can make use of EWS only to get the location.
    I am using GetSearchableMailboxes EWS api to fetch other mailbox details.
    Regards,
    Gagan
    Gagan

    That property is not exposed directly via EWS or Autodiscover however when you do set it this should modify the Country Setting on the User object. So one way to get this is use the ResolveName operation and look at the Country setting of the business Address
    eg
    NameResolutionCollection ncCol = svc.ResolveName("[email protected]", ResolveNameSearchLocation.DirectoryOnly, true, new PropertySet(BasePropertySet.FirstClassProperties));
    if (ncCol.Count ==1) {
    if (ncCol[0].Contact.PhysicalAddresses[PhysicalAddressKey.Business] != null) {
    Console.WriteLine(ncCol[0].Contact.PhysicalAddresses[PhysicalAddressKey.Business].CountryOrRegion);
    Cheers
    Glen

  • How to retrieve unchecked default remind value in exchange web service

    I can get the default remind minutes value from user configuration dictionary property ('piRemindDefault'). How do I get the value from EWS if I uncheck the Default reminder checkbox in outlook calendar option. Thanks.
    The 'piRemindDefault' properity always return value even I unchecked the 'Default Reminders:' checkbox in calendar option.
     

    The piRemindDefault is just the default reminder period (which is 15 minutes by default) so even when you untick reminders its not going to change the value. You looking at the Calendar Config object to get the reminders option you need to look at the OWA.UserOptions
    config object in the root of Mailbox eg
    FolderId RootFolderi = new FolderId(WellKnownFolderName.Root, "[email protected]");
    UserConfiguration usConfig = UserConfiguration.Bind(service, "OWA.UserOptions", RootFolderi, UserConfigurationProperties.All);
    if (usConfig.Dictionary.ContainsKey("enablereminders"))
    Console.WriteLine(usConfig.Dictionary["enablereminders"]);
    Cheers
    Glen

  • Using Exchange Web Service (EWS) Streaming Notifications for a shared mailbox in Exchange Server, works or not?

    Hi,
    I am planning to develop an application to use EWS managed API streaming notification for listening the new email event of a shared mailbox. Will it will work or not? I knew it works for a personal mailbox, where the authentication of EWS can be performed
    with the associated Active directory account. For the shared mailbox in Exchange Server, is there such an Active Directory account associated?
    Thanks,
    Richard

    >> Are you saying that if an Active Directory account has the access to a shared mailbox, and then this account can be used for creating the Streaming subscription for that mailbox
    Yes that's correct (try it yourself with the EWSEditor)
    >> In other words, the way how Exchange Server works is that the new messages like new emails are automatically sending to all of the AD accounts which have the access to a mailbox.
    Not sure what you mean by this ? A Shared a Mailbox is just like any other Exchange Mailbox if you have rights to the Folder then you can create a subscription against it. There is no automation involved.
    Cheers
    Glen

  • How to sync 2 different Mac users using the same Apple ID and with out mixing each other info?

    How to sync 2 different Mac users using the same Apple ID and with out mixing each other info?
    We are two people using three difrent Macs, 1 Iphone and 1 Ipad with separate USERS  on each Mac but sharing the same Apple ID: xxxxxx
    I set up the first user to iCloud and it was OK but when I set up the second user to use iCoud the first users's info gets mixed with the second user's info?
    Do we have to set up a diffrent Apple ID for each other?
    Sometime ago I added my friends E mail (yyyyy) to the main Apple ID (xxxx) as for using his E mail account (to separate our e mail accounts, and it's working ok) but now when I try to create a new apple ID whith the same friend's e mail (yyyyyy)  it says that his mail (yyyyy) is already an apple ID when the Apple ID is really my E mail (xxxxx)... any clue?
    Thanks

    I believe because you migrated from a Nokia to an iPhone you need to register the Bn phone number with your Apple ID so it can be used for iMessage. The Pn number seems to be the only one registered
    Go here > https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Manage your Apple ID and see if that does the trick
    Hope that helps

  • How to assign managers to a user

    Hi everyone,
    I am pretty new to BPM.
    Can anyone please help me on how to assign manager of a user and also his reportees.
    These details are then seen when u manage the organisation in Jdeveloper.
    Thanks in advance.

    Then you are looking at the LDAP users.
    If you are using WLS Embedded LDAP, then you need to use an external LDAP browser like JXplorer to connect to the WLS Embedded LDAP. Once you connect to the LDAP, you can see the attributes like manager, title, etc. All you need to do is set this attribute value for the corresponding users. Reportee hierarchy will be formed automatcially.
    http://www.weblogic-wonders.com/weblogic/2010/05/20/connecting-to-weblogic-server-embedded-ldap-using-ldap-browser/
    Incase of external LDAP, you can either use the component specific browsers or JXplorer to achieve the same.

  • How to backup files from other user logged in as administrator

    RE: How to backup files from other user logged in as administrator AND/OR how to repair drive with "Invalid catalog PEOF"
    Hello,
    My MacBook Pro computer’s hard drive is not booting.
    I booted with the base operating system and ran Disk utilities and I got the following messages:
        Invalid catalog PEOF
        The volume could not be verified completely.
        This disk needs to be repaired.
        Disk utility can’t repair this disk. Backup as many files as possible, reformat the disk,
        and restore your backed-up files.
    The problem is that I have a couple of USERS set up on this computer, and it won’t let me backup the files of the second user.  The folders are locked and I can’t access them, even though I am logged in as the administrator.
    I made a boot disk on my other computer ( a MacPro Early 2008 ) desktop computer with the DiskWarrior 4.4 updater,
    but it won’t boot on my MacBook Pro.
    How can I backup these user files so that I can copy them back once I fix the drive?
    or better yet,  How can I repair the Invalid catalog PEOF on this drive?
    Thank you in advance for your time! 
    Bill
    THIS IS THE COMPUTER
    ================
    17” MacBook Pro 2.8GHZ 4GB Ram (purchased in 2009).
    Model: A1297
    Running Mac OSX 10.9.5

    Try using Disk Utility/Restore to copy the backup to a new location. Please note that this will reformat the destination partition which will erase all data.
    Do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option/alt key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions until you get no errors.  Reformat the drive using Disk Utility/Erase Mac OS Extended (Journaled), then click the Option button and select GUID. Then re-install the OS.
    OS X Recovery
    OS X Recovery (2)
    When you reboot, use Setup Assistant to restore your data.

  • How do I "call" a skype user using skype name

    Completely new to SKYPE -- how does one call another skype user using the party's skype user name 

    Hi, tdenson, and welcome to the Community,
    Confirming that yes, indeed, you and other contacts must exchange a contact invitation before you can call one another on Skype.  In other words, if you send a contact invitation, the recipient must accept it first.
    More tutorials and details can be found in this FAQ article:
    https://support.skype.com/en/faq/FA10803/adding-contacts-mac
    Kind regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How to query which Tcodes specified user used with one day?

    Hi guys:
      How to query which Tcodes specified user used with one day?

    Hi
    You can use transaction code ST03N.
    1. Go to tx code - ST03N
    2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
    3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
    4. At the bottom left you get "Analysis Views"
    5. Select & expand "User and Settlement Statistics"
    6. Double click on "User Profile"
    7. On the right side of the window you get a list of all the users
    8. Double click on a particular user you want to view the details of.
    9. The new screen will display the "Transactions/Reports Utilized by User XXX"
    If you wanna track which users executed a particular transacation then follow this:
    10. In "Analysis Views" expand "Transaction Profile"
    11. Double click on "Standard"
    You can view the list of Transactions and Reports.
    12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
    This will help you.
    Regards
    Sumit Jain
    [reward with points if the answer is useful]

  • How can we restrict the other user to add their user id's to the user group created in SQ03?

    Hello All,
    How can we restrict the other user to add their user id's to the user group created in SQ03?
    When we enter the user group name and click on "Assign users and Infosets" button in the attached pic "User Group" .
    I was able to enter my user id in other user groups. How to Grey out the other rows in the attached pic "User Group 1".

    How strange I answered (or at least helped) this very same question earlier today. Here the link to my previous answer then:
    http://scn.sap.com/thread/3536135

Maybe you are looking for

  • Assigning value derived from a jstl tag to a local variable

    Hi I want to derive a value using a jstl tag then i want to use that value in a scriplet . how do i do that? Please anyone let me know if this can be done.

  • Table with BLOB  column re-partitioning

    Currently I have a table with a blob column Z partitioned on Column X I want to re-partition the table on Column Y is there a quick way of doing this. INSERT INTO SELECT * has limitations on the blob size I guess. Can someone explain this? Edited by:

  • How to Copy ecatt present in XSystem to SM-System?

    Hello , I have one package(ECA_BC_ESI) in X-System which consist of my Ecatts i want to copy all this ecatt to SM-System. Any help plz. Regards, Swaroop

  • Put movie behind existing elements, how?

    I am placing a movie clip in the swf by AS.   In the resulting swf, It's hiding the buttons that are already on the stage.  How do I get that movie clip to be behind other elements on the stage? Here's the background and details:  In Flash CS4, I hav

  • Table name to fetch data about vendors assigned to a class?

    Which table to be used, While creating a query (SQ01/02) to fetch details regarding vendors assigned to a particular class in R/3.? The business requirement outline is, Which all vendor are assigned to a particular class but no condition record maint