Questions tagged [public-folders]
71 questions
1
vote
0 answers
Python Exchangelib / How to access public folders
I'm having some problems trying to connect to a public folder with exchangelib. I'm using Python 3.6 and exchangelib 1.11.4.
I'm already connected and I'm able to load mails from the inbox.
I'm trying to access the public folders like…

Kleath
- 31
- 4
1
vote
0 answers
Exchange Public Folder - Cannot open mailbox
We have a Exchange 2013 Version 15.0 (Build 1293.2) running OnPremise in Hybrid with Office365. All our Mailbox are migrated to Exchange online except PublicFolder.
On Preparing the environment to migrate the PublicFolder we accidently deleted them.…

dominic
- 11
- 3
1
vote
1 answer
Is possible to get XML or JSON from Google Drive public folders without user authentication?
I need to use Google Drive public folders to fetch images (for a gallery plugin).
I'm trying to reach the simplest approach possible, without authentication.
Until now I found the webViewLink https://googledrive.com/host/FOLDER-ID but it returns an…

a-coder
- 291
- 2
- 14
1
vote
1 answer
Is mailbox a PublicFolder
I have next issue: i have edb file(Exchange Server 2013), and i can get mailbox guids from it. One of mailbox is PublicFolder mailbox. It's impossible to find out if mailbox is PF, or just simple user's mailbox.
I already have functionality to get…

IStar
- 184
- 1
- 15
1
vote
1 answer
Adding Outlook Calendar item to a Public Folder from Access 2010
I am trying to add a calendar appointment from Access 2010 to an Outlook public calendar. I have found several ways to do this, but can't seem to get it to work with my code. One thing that may be the problem is that I don't understand what the…

user3033348
- 145
- 13
1
vote
1 answer
ServiceResponseException: There are no public folder servers available
I have been doing C# application which can access Public Folders through Exchange Web Services Managed API.
But there is Microsoft.Exchange.WebServices.Data.ServiceResponseException which says There are no public folder servers available.
My public…

Jin Ling
- 1,333
- 2
- 13
- 16
0
votes
1 answer
How to create new Exchange public folders?
We tried last night to build some code which would create a new public folder in Microsoft Exchange from within a .NET Winforms application.
Googling for code took us to a bunch of code samples involving http requests and WebDAV. We experienced all…

hawbsl
- 15,313
- 25
- 73
- 114
0
votes
3 answers
Detect if public folder (of exchange) exists in Outlook
With the following Code-Block you select the public folder which is set in Outlook:
const
olPublicContactsFolder = $00000012; //constant for the public folder
begin
Outlook := CreateOleObject('Outlook.Application');
// Get name space
NameSpace :=…

Lexey
- 3
- 2
0
votes
2 answers
Laravel :: cannot view saved image in public path
I have Laravel website saving images viya controller, I uploaded the project on server host, in public_html folder I put public folder files.
other folders and files put on folder outside public_html
/home/domain_user
public_html
|__…

Sarmed MQ Berwari
- 79
- 8
0
votes
2 answers
laravel, assests in public folder can't be accessed
I downloaded a hosted project from the server, on the server the project works fine but when i tried to run it on local machine php artisan serve, the browser shows this…

Hamza oda
- 3
- 5
0
votes
0 answers
Make on-prem Public Folders visible to 365 users: EXO can't see PFMailbox1
I am trying to make our On-Prem Public folders visible to our 365 users within our hybrid environment.
I have been using this…

RyanAndrew
- 1
- 1
0
votes
1 answer
How can I properly display an image from Laravel's public folder using React
I've tried using the asset() function below, but it returns the current path and localhost, when I only want the localhost where the image is located
const assetUrl = import.meta.env.VITE_HOST;
function asset(path) {
const assetUrl =…

moussa
- 21
- 7
0
votes
0 answers
I get the below error when trying to move items....they get copied to a sub-folder but don't get deleted from the source folder
The items were copied instead of moved because the original items cannot be deleted. Changes made to the item were lost due to a reconnect with the server.
At C:\Users\TDFRG5704\Move-PublicFolderItems.ps1:49 char:13
…

Sam2020s
- 1
- 1
0
votes
1 answer
Getting custom field value of item in Outlook Public Folder (C#)
How to get custom field value of item in Outlook Public Folder?
I need to do it in C# and preferably using ExchangeService and not Interop.
Do you have any code examples handy?
So far I am getting into desired Public Folder and can read item(s).…

Michal
- 1
- 1
0
votes
1 answer
Laravel files in public show blank
I have a problem when laravel site suddently not working (working well before this issue happened), it's shown 404 error all files in public folder. After I fixed via htaccess and/or views, 404 error stopped but no load data in any those public…

Tuetvvn
- 1
- 1