Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-28-2013, 11:45 AM
farisnt farisnt is offline Creating Meeting Request Custom form and distribute it to domain user HELP!!! Windows 7 64bit Creating Meeting Request Custom form and distribute it to domain user HELP!!! Office 2010 64bit
Novice
Creating Meeting Request Custom form and distribute it to domain user HELP!!!
 
Join Date: May 2013
Posts: 1
farisnt is on a distinguished road
Default Creating Meeting Request Custom form and distribute it to domain user HELP!!!

Good day, Long story but please try to help me in this one
This is the detais,
I had create a custom form for meeting request and publish it in My Exchange server 2010 Public Folder, everything is OK, but here are the problems
- I use a VBA Macro that will run this form and add it as a button (testing on my PC and some other PC) but I notice that the script is not always working, This is the script I write (found it in Microsoft) OL2000: How to Open a Form from a Toolbar Button



Sub DisplayForm()
Set objSysInfo = CreateObject("ADSystemInfo")
strUser = objSysInfo.UserName
Set objUser = GetObject("LDAP://" & strUser)
stremail = objUser.Get("mail")
Set myFolder1 = Session.Folders("Public Folders - " & stremail)
Set myFolder2 = myFolder1.Folders("All Public Folders")
Set myFolder3 = myFolder2.Folders("Public Data")
Set myItem = myFolder3.Items.Add("IPM.Appointment.custmeet")
myItem.Display
End Sub


after troubleshooting I found that the script will fail for some users who have several email account that dont match to exchange policy, like this case:
userA have login name: UserA
Email address: user1@domain.com; userA@domain.com(Primary SMTP in Exchange)
so this VBA will fail as the returned result will be different than the actual user, this code will get the email (userA@domain.com) not user1@domain.com

what I need first is how can I read the current account outlook is using (I dont want to make LDAP query)
I am talking about reading this value
can some one help


2- another major problem is when the user make a new meeting request using this form the user getting a message telling that outlook wont be able to track this reqeust as its not in the default user calender folder.. what can i do to replicate the calender request to the default folder or what can I do

Thanksssssssssss alot for reading all this..
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Meeting Request Time Wrong aimav Outlook 0 03-26-2012 08:14 AM
Creating Meeting Request Custom form and distribute it to domain user HELP!!! Unformatted meeting request in Outlook 2010 dwolnik Outlook 5 07-14-2011 11:27 AM
Using meeting request to ask for Time Off/Leave? rojosa Outlook 0 05-06-2011 08:33 AM
Meeting Request - Another Organizer coolpeter86 Outlook 0 12-12-2010 11:58 PM
Meeting request cancellation issue David Outlook 1 01-10-2007 12:43 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft