Outlook Custom Form Sharing - vba

I have designed a custom form on Outlook Calendars and I am looking to share it with other users within the organization. I published the form to a public folder associated with the calendar, but others do not have access. Is there an easy way to make this form public/accessible to all users?

Outlook forms can be published to three different types of form "libraries":
Personal Forms Library of forms stored in your Personal Folders or Exchange Server mailbox.
Organizational Forms Library of forms stored on the Exchange Server for group use. You need permission from the Exchange Server administrator to publish to this library.
Folder Forms Library of forms associated with a particular folder, either in your mailbox or Personal Folders or in a public folder on the Exchange Server.
When a form is published to a folder, it's listed on the Actions menu when you are using that folder. To use the form, click on Actions, .
Read more about that in the Publishing Custom Forms article.
The How to determine where to publish a custom Outlook form article can help you to decide where to publish the form.

Related

Exchange on-premise and requirements sets

We’re trying to determine if some of our customers could use our outlook add-in and we are finding it difficult to determine this information from the web page Outlook JavaScript API requirement sets Documentation
Our add-in uses requirements set 1.5. We have customers using Exchange 2013 and 2016 (on-premise) along with an exchange web portal to access their mailboxes. Is this the same as Outlook on the web or is this different?
Can a customer use Outlook on Android or iOS along with any email account (say gmail) without having to use Office 365? How do roaming settings work in this case?

Nested cakephp apps where parent controls authentication

I'm trying to find the best way to create a Portal type site which is to be used on a development server. The idea is that a client can login at the portal site, which will then display a list of projects that are currently being worked on for them that they can click and be taken to that project without the need to login again.
Base criteria:
The portal site must be the only way to login and access the projects (other clients projects are on the server and i would like to control access to them through the portal)
The client must remain logged in so they can browse multiple projects they own without the need to re-authenticate.
Preferably with as little alteration to project code to accommodate portal as possible.
Is this possible with cakephp and if so what should i be reading up on to achieve this?

How do you set permissions on a network directory for sharepoint access?

I have created a visual web part and placed it in my sharepoint site.
This web part accesses and displays data from an excel file on my network, an example directory is \\server1\files\file.xls
I can get this to work by applying read access to 'everyone' in the domain.
I want to lock this file down so only the sharepoint site can access this data, and everyone else unable to access it outside of the sharepoint site.
My question here is basically: what default user account on my domain does sharepoint use?
If i can find this out, i can apply read permissions to this account without having to apply it to all users.
Thanks
Kyle
You should try to apply read permissions to the account that is used as application pool identity for your SharePoint web application. You can find this account in IIS Manager.

SharePoint 2010 Calendar overlay feed from Exchange problems

So SharePoint 2010 has this handy new calendar overlays feature which allows you to render up 10 other calendars inside of one master SharePoint calendar. There is an option to pull from Exchange calendar as well. The only parameters it provides is the OWA url and the OWA web service url.
We use Exchange online and it isn't working whatsoever. I don't see any fields that store the credential information to connect to Exchange anywhere, and we get back a message saying that there is no email address configured in the profile (there really is). Documentation on the web is sparse for this. My questions are:
Is there a place where I can set credentials for this connection (if so where)?
Can I have it link to shared group calendars in Exchange not just an individuals calendar?
Will this work with MS hosted Exchange online?
I eliminated the "no email address configured" message by adding my exchange email to my SharePoint user profile.
It should pass the current user's credentials (used to connect to SharePoint) through the source services.
So far, I've been unable to connect to shared calendars in Exchange successfully.

Web part using 3rd party permissions

Is it possible to filter (i.e. hide) web parts from the WebPartAdder based on 3rd party user permissions?
We have built in user permissions in our application that defines which web parts a user has permissions to add to a page (permissions obtained using web services). In previous versions of SharePoint, we created a custom web part picker that allowed our users to select and add web parts to a web part page based on those permissions. In SP 2010 we'd like to use the SharePoint ribbon to expose these web parts but we haven't found a way to filter web parts based on these permission sets.
I've found virutally no usable documenation on MSDN describing the WebPartAdder control.
You can specify permissions on webparts in the webpart gallery, but this doesn't remove them from the list of available webparts. The unauthorized user will get an access denied message when attempting to add them to a page.