PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Save a Custom Form Online

Reply

Save a Custom Form Online

 
Thread Tools Rate Thread
Old 03-08-2004, 10:25 AM   #1
Outlook Worm
Guest
 
Posts: n/a
Default Save a Custom Form Online


Hi All,

I have a custom form. It has Outlook To Field, couple of edit boxes and
coulple of combo boxes. I also have my own Send Button, which sends this
message in a custom fashion. IS it possible that These form(s) can be
saved in Outlook Outbox/Drafts folder when Outlook is Offline and get
awakened when Outlook mode changes back to Online ? And then user can
send those custom form based Messages ?

Any help Appreciated.
Regards
Khan



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  Reply With Quote
Old 03-08-2004, 12:50 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Save a Custom Form Online

I'm a little confused about whether you're trying to save forms -- i.e.
templates used to create new messages -- or items, the new messages
themselves. If you want to save items as drafts, just save them instead of
sending them. The user would then need to send them either manually or
programmatically. Outlook won't send a draft by itself.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Outlook Worm" <anonymous@devdex.com> wrote in message
news:%23rArEvTeEHA.1692@tk2msftngp13.phx.gbl...
> Hi All,
>
> I have a custom form. It has Outlook To Field, couple of edit boxes and
> coulple of combo boxes. I also have my own Send Button, which sends this
> message in a custom fashion. IS it possible that These form(s) can be
> saved in Outlook Outbox/Drafts folder when Outlook is Offline and get
> awakened when Outlook mode changes back to Online ? And then user can
> send those custom form based Messages ?
>
> Any help Appreciated.
> Regards
> Khan
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



  Reply With Quote
Old 04-08-2004, 12:12 PM   #3
Outlook Worm
Guest
 
Posts: n/a
Default Re: Save a Custom Form Online

Hi,

** I am saving Items not templates

Let me Explain. I have a custom form based on Note Message Class. Let us
name it IPM.Note.test. Here is what i want to achieve

1- There is a Push button on the form. I want that when this button is
clicked, my form with its message class and values in form controls
[controls include combo boxes] are saved with it to Outbox Folder.

2- I have overwritten the Send Event using Item_Send event and cancelled
the default Send event at end of this function. What i want is when i
press Send/Receive button - The My Saved Items should execute the custom
code i have written behind Send Event.

Thanks in Advance
Regards
Khan



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  Reply With Quote
Old 04-08-2004, 12:46 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Save a Custom Form Online

This is not possible. If you cancel Item_Send completely and just save the
item, the item will never be delivered and will just sit in a folder
forever. There's nothing in Outlook that would run your code behind the
item's form when a normal send/receive session takes place.

I think you need to rethink your application design.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Outlook Worm" <anonymous@devdex.com> wrote in message
news:OOK2rPheEHA.3412@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> ** I am saving Items not templates
>
> Let me Explain. I have a custom form based on Note Message Class. Let us
> name it IPM.Note.test. Here is what i want to achieve
>
> 1- There is a Push button on the form. I want that when this button is
> clicked, my form with its message class and values in form controls
> [controls include combo boxes] are saved with it to Outbox Folder.
>
> 2- I have overwritten the Send Event using Item_Send event and cancelled
> the default Send event at end of this function. What i want is when i
> press Send/Receive button - The My Saved Items should execute the custom
> code i have written behind Send Event.
>
> Thanks in Advance
> Regards
> Khan
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off