Questions tagged [public-folders]
71 questions
0
votes
2 answers
Connecting Outlook 2010 Public Folders
I'm trying to connect to a Public Folder in Outlook 2010 with C# (Visual Studio 2010).
I copied following code from a Microsoft Website:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Outlook =…

Powerhouse
- 1
- 1
0
votes
1 answer
Powershell: How to get file extensions of public folder attachments
i wonder if there is a way to get the file extension from a public folder attachment?
Backgroud:
We are using a software (AttachmentsProcessor) which extracts all attachments from the e-mails in the public folder structure and save it to the…

Peter.Kippes
- 1
- 1
0
votes
1 answer
MS Exchange / Outlook; contacts import / export including embedded files via C#
We have a public contacts folder called Global Contacts on our Exchange 2003 server.
We are currently building an SQL Server-based system that will replace this. There is a WinForms front end written in C# for this that is mostly written…

Jez Clark
- 383
- 5
- 19
0
votes
1 answer
Sinatra serving images in HTML
So I currently have a very simple Sinatra server. I have a public folder that has css, js, and images as folders within it. In my view when I try to do something like
, I get a 404 response. I thought the default of the…


Shail Patel
- 1,764
- 5
- 30
- 46
0
votes
2 answers
How to get public folders from one Public folder mailbox in Exchange 2013 via EWS
I can retrieve public folders stored in specific Public folder mailbox using this powershell command:
Get-PublicFolder –GetChildren | Where { $ _.ContentMailboxName –eq “PFMailbox1” }
(But I don't want to use remote PowerShell)
I'm not able to do…

Daimonion
- 1
- 1
- 3
0
votes
4 answers
Applescript copy files to mounted volume; test for file(s) already exists
I am writing a script to allow students to upload their files to a shared folder on teacher's computer in a computer lab (same network). I have a working script that, when executed, will duplicate all files in the folder UPLOAD on the student…

user2528535
- 1
- 1
0
votes
1 answer
syncing a file to the web, and accessing through a "custom" url
Are there any websites out there that allows file syncing to a folder and the files in the folder can be accessed through the folder via http?
i.e. My folder to be synced could be called "share." And a file can be "file.txt".
I want to access…

user1266174
- 111
- 2
- 11
0
votes
1 answer
Outlook Folder events randomly stop working on Shared Mailbox
I'm working on a WPF application that monitors numerous folders in an Outlook Shared Mailbox. I have wired up ItemAdd and ItemRemove event handlers to a Folder.Items object.
Everything works great for a few minutes. But as time goes on, the event…

Jake Shakesworth
- 3,335
- 4
- 29
- 43
-1
votes
1 answer
EWS script to create new contact then add it to public folder> parent folder >folder containing contact items
New to using EWS. I have a PowerShell script that automates onboarding new users via input (that all works great). I would like to add the following function to the script: Create new contact, then add it to the public folder > parent folder >…

Gav T
- 1
-1
votes
1 answer
Can't map a folder using "net use" command
I wanna map a folder that is shared on a local server. I can do it when I connect to the server like:
\\192.168.xxx.xxx and just select the folder and map it.
What I can't do is map the folder directly from powershell.
I'm trying something like…

Oskar
- 37
- 1
- 3
-2
votes
2 answers
OPENSHIFT - How do I change the document root?
Hi here I was openshift novice users, where before I used the cpanel for my hosting, and I want to switch to openshift, that I ask is how do I change the document root?, if previously on cpanel is Home/public_html/thelifestylelist.com to…

ReallyNOOB77
- 3
- 1
- 2