Questions tagged [public-folders]

71 questions
0
votes
1 answer

Outlook 2016 Credential Popup and Does not work on Domain Network

We are going through migrating users from Office 2010 to Office 365. We have a on-prem 2010 exchange server and will be using the exchange cloud via O365. We have only migrated over 5 users and are doing the hybrid process. We are currently…
0
votes
1 answer

Is Google Drive or Firebase public folders secure from hacking?

I would like to allow the users of my Android app to freely download some apks from a public folder on Google Drive, with a suitable user experience. My concerns are about the security of this process, I mean: is Google Drive public folder something…
P5music
  • 3,197
  • 2
  • 32
  • 81
0
votes
2 answers

Create-React-App Public Folder Subfolders

I have some subfolders inside the public folder. When I build these subfolders are put in the root of the build folder. public/ mySubfolder/ favicon.ico index.html ... build/ mySubfolder/ static/ favicon.ico index.html ... When…
0
votes
1 answer

Use modified property of object as parameter in Powershell for Set-MailPublicFolder

When we create a public folder and mail enable in Exchange Online, the default email address is @domain.onmicrosoft.com Our folder names are "NNNNN_Folder name" where NNNNN is a 5 digit number. I would like to set the primary email address of the…
Craig P
  • 3
  • 2
0
votes
1 answer

Serving files from public folder over ASP MVC

In our company we are saving project files (.doc, .pdf, .step, .zip, ...) on a public folder. Now we started using web app built with ASP MVC for project management. Now we have a need to connect each project with its folder on public folder. Here…
gtu
  • 707
  • 1
  • 10
  • 22
0
votes
0 answers

Exporting FolderClientPermission of 40k Public Folders

In an effort to clean the contents of all Public Folders (including mail-enabled folders), I need to generate an export of all the 40.000 Public Folders in our Exchange environment and list its name (Identity), the authorised users (User) and the…
user7694159
0
votes
1 answer

Managed EWS - Reply Post with alternative From property

In managed Exchange Web Services there is a class PostItem, which can be instantiate with ExchangeService object. But after assigning all properties including with InReplyId and From, and calling Save(folderId) method: PostItem newPost = new…
0
votes
0 answers

How to read custom form fields from Public Folder in EWS C#

At work, we have a custom form to submit PostItems in Public Folder. Because they're in custom form and fields, I can't get them through ExtendedProperties. Every time I try to do that, the ExtendedProperties.Count == 0. I've seen so many links, but…
Q8GEEK
  • 28
  • 2
0
votes
1 answer

Trying to read Outlook Public folder items in a C# ASP.NET web page

Below is the C# code in page behind of my ASP.NET website. This code works fine (executes on button click) and brings back what it needs to bring back into a div on the page when I debug on my machine. protected void btnVctn_Click(object sender,…
techtonic
  • 71
  • 1
  • 4
0
votes
1 answer

Deleting mailitems from Outlook public folders

There are about 15 particular public folders out of several public folders from which I am deleting mailitems which are greater than 15 days old. Each public folder has around 1000+ mailitems. Every week it's the same quantity of items. Currently I…
Arund
  • 1
0
votes
1 answer

Node js javascript folder 404 not found

I'm using Express 4.10, nginx, ubuntu 16.04 LTS and I want to create a javascript folder in my public folder. public/js/myfile.js I see lot of question on stackoverflow about this but I always get a 404 on my javascript file. Then here is my html…
John
  • 4,711
  • 9
  • 51
  • 101
0
votes
1 answer

Exchange mgmt shell: get sender email adress fron all mail in public folder

[prolog] I have a Exchange 2013 server running. Within a public folder (called: "events") there are a few subfolders. These folders are called "winter 2015", "summer 2015" and so on. After an event, the participants can send a eMail to take part in…
0
votes
2 answers

Deleted public folder but is sent to browser

I'm using meteor to build an app. I had a public folder containing javascript and html files for "tinymce" package. later i didn't use the package so i deleted the folder. Yet when I run my app, the browser shows an error in one of the files in the…
Ahmad Mayo
  • 743
  • 1
  • 6
  • 12
0
votes
1 answer

How to block routing to a page in the public folder

I'm trying to design my NodeJS application, but there is something I am confused about. In my application, I plan to put all of the frontend material in the folder /public and then put the line app.use(express.static(__dirname + '/public')); in my…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
0
votes
1 answer

EWS API updating an ItemAttachment

I am trying to remove some TNEF corruption on items in our PF structure. I have run into an issue with TNEF on an attached item. I can find the item, load it, remove the property, but I am unable to save the attached item. I get an…