Questions tagged [createitem]

11 questions
16
votes
1 answer

Trying to exclude certain extensions doing a recursive copy (MSBuild)

I'm trying to use MSBuild to read in a list of files from a text file, and then perform a recursive copy, copying the contents of those directories files to some staging area, while excluding certain extensions (e.g. .tmp files) I've managed to do…
Justin
  • 84,773
  • 49
  • 224
  • 367
2
votes
0 answers

Error about CreateItem operation with attachment

I meet a trouble when using EWS javascript API to send email with CreateItem operation.
will
  • 21
  • 1
1
vote
1 answer

MSBuild, CreateItem to ItemGroup to binplace a target to multiple folders

Short-story: I have a list of with an attribute called true. I want to copy all of these files, to a list of folders, say defined by ... someFolder To that end, here's what I'm doing today:
gaganuprasad
  • 31
  • 1
  • 4
1
vote
0 answers

EWS Error: 'Set action is invalid for property' when CreateItem with attachment by Using XML EWS API

I need to create an item with attachments. I am using This documentation and following is my xml request: "
Ankush
  • 2,405
  • 3
  • 22
  • 45
0
votes
1 answer

Create Outlook appointment in subfolder/subcalendar with python

searched all entries on the topic and I am close to solution but help is appreciated: I want to create calendar entries in a non-default calendar in Outlook via python. I did import win32com.client outlook =…
0
votes
2 answers

Trouble using concat function in Power Automate

Trying to increment a Unique ID field in my SharePoint list every time my flow runs. Ex: If the Unique ID field in the last row before the flow runs again is "M10389". Then after the flow runs, a new item will be created underneath it and its Unique…
0
votes
2 answers

Creating Outlook Appointment

I have created a basic code wherein it will create an Outlook Appointment via VBA excel UserForm. My Problem, however, is that I am at lost on how to set the 'Start' based on the values of TextBox10 and Textbox11 since it does not accept both values…
Allen
  • 25
  • 7
0
votes
0 answers

EWS CreateItem give 2 emails messages in drafts

I need to create an email, attach another email message to it and save it into drafts folder; To proceed, I use first GetItem, then CreateItem. But each time it appears 2 email messages in that folder. Each email message contains the attachment…
Lady Dia
  • 11
  • 4
0
votes
1 answer

Create Item in Podio Using Python Wrapper PyPOdio

I am unable to create an item in PODIO using PYPODIO2 wrapper and the API. I have been able to successfully authorise using OAuth App Authentication. Below is the snippet of code that i am trying to execute but i run into an…
0
votes
1 answer

Sharepoint Nintex Workflow 2010 Create Item With Lookup Field

I am having troubles while trying to create an item in a list when it has a lookup field. That is: Let my list be A and let it have a lookup field to the list B. Let my item A1 in the workflow contain the item B1 in the B field. I am trying to…
0
votes
2 answers

MSBuild CreateItem condition include based on config file

I'm trying to select a list of test dlls that contain corresponding config files MyTest.Tests.dll MyTest.Tests.config I have to use a createItem as the dlls are not available at the time of the script loading
Scott Mackay
  • 1,194
  • 10
  • 34