Custom Form installation

Status
Not open for further replies.
A

Aditi

Hi

I have created Custom Form(.oft) in Outlook 2003.I want to install this form

in Client machine and set this as default one using a installer...

Please help me to integrate the form to installer or suggest some work

around f or the same.

Thanks

Aditi
 
Take a look at the information here:

http://www.outlookcode.com/article.aspx?id=27

http://www.outlookcode.com/article.aspx?ID=39

If you have questions, post back with more detailed information about your

mail environment, the type of form, and its purpose.

Sue Mosher

"Aditi" <Aditi> wrote in message

news:B2B3CC20-6C03-4F31-8B5E-51F17A8E66ED@microsoft.com...
> Hi
> I have created Custom Form(.oft) in Outlook 2003.I want to install this
> form
> in Client machine and set this as default one using a installer...

> Please help me to integrate the form to installer or suggest some work
> around f or the same.

> Thanks
> Aditi

>
 
Hi Sue,

Thank you for the response..

At last all research planned to go for Vbs script and will execute the

script after the installation .

For that started writing a Vbs script that will use redemption ,but got

stuck in setting the field values for the Calendar folder

Its throwing following error Objects Required:'[string: "IPM.Appointment"]'

Please see the following code for reference

Dim objApp

Const PR_DEF_POST_MSGCLASS = &H36E5001E

Const PR_DEF_POST_DISPLAYNAME = &H36E6001E

Set objApp = CreateObject("Outlook.Application")

Dim Inbox

set Session = CreateObject("emhelper.mRDOSession")

Session.Logon

set olFldr =Session.GetDefaultFolder(9)

Set fld1 = olFldr.Fields(PR_DEF_POST_MSGCLASS)

fld1.Value ="IPM.Appointment.WsmOutlook2003 Form"

set k =fld1.Value

fld1.Value="IPM.Appointment.WsmOutlook2003 Form"

It looks like some conversion issue. Kindly Let me know your views and

suggestions

Thanks

Aditi

"Sue Mosher [MVP]" wrote:


> Take a look at the information here:

> http://www.outlookcode.com/article.aspx?id=27
> http://www.outlookcode.com/article.aspx?ID=39

> If you have questions, post back with more detailed information about your
> mail environment, the type of form, and its purpose.
> > Sue Mosher
> > >

> "Aditi" <Aditi> wrote in message
> news:B2B3CC20-6C03-4F31-8B5E-51F17A8E66ED@microsoft.com...
> > Hi
> > I have created Custom Form(.oft) in Outlook 2003.I want to install this
> > form
> > in Client machine and set this as default one using a installer...
> > Please help me to integrate the form to installer or suggest some work
> > around f or the same.
> > Thanks
> > Aditi
> >


> .
>
 
Hi Sue,

Thank you for the response..

At last all research planned to go for Vbs script and will execute the

script after the installation .

For that started writing a Vbs script that will use redemption ,but got

stuck in setting the field values for the Calendar folder

Its throwing following error Objects Required:'[string: "IPM.Appointment"]'

Please see the following code for reference

Dim objApp

Const PR_DEF_POST_MSGCLASS = &H36E5001E

Const PR_DEF_POST_DISPLAYNAME = &H36E6001E

Set objApp = CreateObject("Outlook.Application")

Dim Inbox

set Session = CreateObject("emhelper.mRDOSession")

Session.Logon

set olFldr =Session.GetDefaultFolder(9)

Set fld1 = olFldr.Fields(PR_DEF_POST_MSGCLASS)

fld1.Value ="IPM.Appointment.WsmOutlook2003 Form"

set k =fld1.Value

fld1.Value="IPM.Appointment.WsmOutlook2003 Form"

It looks like some conversion issue. Kindly Let me know your views and

suggestions

Thanks

Aditi

"Sue Mosher [MVP]" wrote:


> Take a look at the information here:

> http://www.outlookcode.com/article.aspx?id=27
> http://www.outlookcode.com/article.aspx?ID=39

> If you have questions, post back with more detailed information about your
> mail environment, the type of form, and its purpose.
> > Sue Mosher
> > >

> "Aditi" <Aditi> wrote in message
> news:B2B3CC20-6C03-4F31-8B5E-51F17A8E66ED@microsoft.com...
> > Hi
> > I have created Custom Form(.oft) in Outlook 2003.I want to install this
> > form
> > in Client machine and set this as default one using a installer...
> > Please help me to integrate the form to installer or suggest some work
> > around f or the same.
> > Thanks
> > Aditi
> >


> .
>
 
Which statement raises the error? Keep in mind that we have no way of

knowing what your emhelper.mRDOSession does.

Sue Mosher

"Aditi" <Aditi> wrote in message

news:43215241-7B93-4AB1-A57C-E453BE48B36E@microsoft.com...
> Hi Sue,

> Thank you for the response..

> At last all research planned to go for Vbs script and will execute the
> script after the installation .
> For that started writing a Vbs script that will use redemption ,but got
> stuck in setting the field values for the Calendar folder
> Its throwing following error Objects Required:'[string:
> "IPM.Appointment"]'

> Please see the following code for reference

> Dim objApp
> Const PR_DEF_POST_MSGCLASS = &H36E5001E
> Const PR_DEF_POST_DISPLAYNAME = &H36E6001E
> Set objApp = CreateObject("Outlook.Application")
> Dim Inbox
> set Session = CreateObject("emhelper.mRDOSession")
> Session.Logon
> set olFldr =Session.GetDefaultFolder(9)
> Set fld1 = olFldr.Fields(PR_DEF_POST_MSGCLASS)
> fld1.Value ="IPM.Appointment.WsmOutlook2003 Form"
> set k =fld1.Value
> fld1.Value="IPM.Appointment.WsmOutlook2003 Form"

> It looks like some conversion issue. Kindly Let me know your views and
> suggestions



> "Sue Mosher [MVP]" wrote:
>
> > Take a look at the information here:
>

>> http://www.outlookcode.com/article.aspx?id=27
> > http://www.outlookcode.com/article.aspx?ID=39
>

>> If you have questions, post back with more detailed information about
> > your
> > mail environment, the type of form, and its purpose.



>

>> "Aditi" <Aditi> wrote in message
> > news:B2B3CC20-6C03-4F31-8B5E-51F17A8E66ED@microsoft.com...
> > > Hi
> > > I have created Custom Form(.oft) in Outlook 2003.I want to install this
> > > form
> > > in Client machine and set this as default one using a installer...
> >> > Please help me to integrate the form to installer or suggest some work
> > > around f or the same.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Apply Custom Contacts form to all existing Contacts Outlook VBA and Custom Forms 1
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
G Outlook 2021 Add Picture to Custom Contact Form Outlook VBA and Custom Forms 2
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
AndyZ Contact Custom Form Tiny Text Outlook VBA and Custom Forms 3
A How to reduce size of custom contact form? Outlook VBA and Custom Forms 3
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
B Outlook 2019 Custom Email form - Edit default email form Outlook VBA and Custom Forms 6
J Does the .fdm contain my custom form? How to make ol use it? - ol2007 Outlook VBA and Custom Forms 4
J ol2021 custom form not displaying pics Outlook VBA and Custom Forms 37
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
J custom form not displaying pictures Outlook VBA and Custom Forms 7
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
K Font Sizing in Custom Form Regions for Contacts Outlook VBA and Custom Forms 1
K can't get custom form to update multiple contacts using VBA Outlook VBA and Custom Forms 3
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
F Validation on custom task form after task acceptance Outlook VBA and Custom Forms 1
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
M VbScript for Command Button on Contacts Custom Form Using Outlook 1
G Other users can't see P.2 with custom fields in Form Outlook VBA and Custom Forms 0
O Create a custom contact form - questions before messing things up... Outlook VBA and Custom Forms 4
L Custom Form Tutoral? Outlook VBA and Custom Forms 6
D Lost Access to Custom Form Outlook VBA and Custom Forms 4
M vCard does not have user-defined fields from my custom contact form (365) Using Outlook 1
S Outlook Custom Form Scripting only working when clicking on "Run this form" Outlook VBA and Custom Forms 2
Victor_50 Outlook 2013 Custom Contact Form starts with "E-mail 2" Outlook VBA and Custom Forms 2
C Custom Form (seperate layout pages and message reading pane) Outlook VBA and Custom Forms 0
C Reading Pane for Custom Form Outlook VBA and Custom Forms 2
N Custom Form Controls Not Visible To Recipient Outlook VBA and Custom Forms 3
Randy Redekopp How To Merge Contact Info to Email Custom Form Template Using Outlook 2
D Problem with custom form including _DocSiteControl1 Outlook VBA and Custom Forms 0
C Custom Outlook Form - Populate Information from Radio Button / Check Box Using Outlook 0
W Message class changes of a custom form changes to the default form Using Outlook 2
A Possible to hide ribbon with custom appointment form? Outlook VBA and Custom Forms 3
S Custom Form, copy user field data to message body Outlook VBA and Custom Forms 12
Andrew Quirl Custom form to route requests based on input criteria Outlook VBA and Custom Forms 1
D Using a VBA Custom Form to Send Reoccurring Email Upon Task Completion Outlook VBA and Custom Forms 4
W Setting up a custom form Outlook VBA and Custom Forms 2
A Greyed out checkbox in custom form Outlook VBA and Custom Forms 4
Z Outlook Custom Form: Adding Dropdown(Project Code) at the end of subject Outlook VBA and Custom Forms 0
Z Adding dropdown list using custom form Outlook VBA and Custom Forms 7
J autocomplete function in custom form Using Outlook 1
D Custom form with html hyperlink Outlook VBA and Custom Forms 7
D populating listbox on custom form from Access Outlook VBA and Custom Forms 7
D Custom Form Accept and Reject Command buttons Outlook VBA and Custom Forms 2
D create an html table in outlook custom form 2010 using vba in MsAccess Outlook VBA and Custom Forms 7
Potty Ash MS Outlook 2010 custom form - validation or formula to request user to check a checkbox Outlook VBA and Custom Forms 16
J Custom form code doesn't run Outlook VBA and Custom Forms 2
R Custom Contact Form how to update when loaded. Outlook VBA and Custom Forms 6

Similar threads

Back
Top