PC Review


Reply
Thread Tools Rate Thread

Custom Form for incoming mail sent to a MAIL/POST public Folder

 
 
Robert Brown
Guest
Posts: n/a
 
      27th Jun 2004
Hi There..

I have been looking for a while to do this, but all attempts fail
programmatically, so I hope someone might have an answer (better way)
to do this.

I have a Public folder created as a Mail/Post. This public folder has
an email address. People out side the company send to this Public
folder. The item of course is displayed in the MAIL form look. What
happens then, is someone sorts this email out and "drags" the item
into a corresponding folder underneath this Public Folder.

Ok, at some stage, I need to use my custom mail looking form, or have
the Item saved in my custom form when it arrives or when the item is
dragged into one of the subdirectories below it, it inherits my form.

What is so special about my form.. ONE FIELD. I need at any stage
above, for my ONE FIELD to get a 0 (zero) placed into it so some VBA
scipts run against these.

I have been using a FOLDER USER-DEFINED FIELD to try this out, but I
cannot reference it (through VBA script) unless the same field name
exists on the form.

I have tested this by applying my form (by using the design this form
and saving it with the one field and the 0 in it) and my VBA scripts
work fine, and I can read the folder user-defined field.

Can anyone think of an idea to help me out? Can I use an exisiting
field, but change the Column header?

Thanks..
Robert
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      28th Jun 2004
Best solution would be to use an Exchange event sink to convert incoming
items to your form as they arrive and also set the value of that custom
field.

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


"Robert Brown" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi There..
>
> I have been looking for a while to do this, but all attempts fail
> programmatically, so I hope someone might have an answer (better way)
> to do this.
>
> I have a Public folder created as a Mail/Post. This public folder has
> an email address. People out side the company send to this Public
> folder. The item of course is displayed in the MAIL form look. What
> happens then, is someone sorts this email out and "drags" the item
> into a corresponding folder underneath this Public Folder.
>
> Ok, at some stage, I need to use my custom mail looking form, or have
> the Item saved in my custom form when it arrives or when the item is
> dragged into one of the subdirectories below it, it inherits my form.
>
> What is so special about my form.. ONE FIELD. I need at any stage
> above, for my ONE FIELD to get a 0 (zero) placed into it so some VBA
> scipts run against these.
>
> I have been using a FOLDER USER-DEFINED FIELD to try this out, but I
> cannot reference it (through VBA script) unless the same field name
> exists on the form.
>
> I have tested this by applying my form (by using the design this form
> and saving it with the one field and the 0 in it) and my VBA scripts
> work fine, and I can read the folder user-defined field.
>
> Can anyone think of an idea to help me out? Can I use an exisiting
> field, but change the Column header?
>
> Thanks..
> Robert



 
Reply With Quote
 
Robert Brown
Guest
Posts: n/a
 
      29th Jun 2004
Thanks Sue..

Since posting the question I have basically found that that seems to
be the only way. I have seen some "commercial dlls" that will do it,
but is there any "free" examples of how to do it?

Thanks again,
Robert




"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Best solution would be to use an Exchange event sink to convert incoming
> items to your form as they arrive and also set the value of that custom
> field.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Robert Brown" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi There..
> >
> > I have been looking for a while to do this, but all attempts fail
> > programmatically, so I hope someone might have an answer (better way)
> > to do this.
> >
> > I have a Public folder created as a Mail/Post. This public folder has
> > an email address. People out side the company send to this Public
> > folder. The item of course is displayed in the MAIL form look. What
> > happens then, is someone sorts this email out and "drags" the item
> > into a corresponding folder underneath this Public Folder.
> >
> > Ok, at some stage, I need to use my custom mail looking form, or have
> > the Item saved in my custom form when it arrives or when the item is
> > dragged into one of the subdirectories below it, it inherits my form.
> >
> > What is so special about my form.. ONE FIELD. I need at any stage
> > above, for my ONE FIELD to get a 0 (zero) placed into it so some VBA
> > scipts run against these.
> >
> > I have been using a FOLDER USER-DEFINED FIELD to try this out, but I
> > cannot reference it (through VBA script) unless the same field name
> > exists on the form.
> >
> > I have tested this by applying my form (by using the design this form
> > and saving it with the one field and the 0 in it) and my VBA scripts
> > work fine, and I can read the folder user-defined field.
> >
> > Can anyone think of an idea to help me out? Can I use an exisiting
> > field, but change the Column header?
> >
> > Thanks..
> > Robert

 
Reply With Quote
 
Victor Ivanidze
Guest
Posts: n/a
 
      29th Jun 2004
Hi Robert,

I guess you have already seen the ChangeMessageClass application:
http://www.ivasoft.biz/cmclass.html
Please contact me directly (victor.ivanidze(at)ivasoft.biz) if you wish to
change it to fit your requrements.

--
Regards,

Victor Ivanidze,
software developer
www.ivasoft.biz



"Robert Brown" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Sue..
>
> Since posting the question I have basically found that that seems to
> be the only way. I have seen some "commercial dlls" that will do it,
> but is there any "free" examples of how to do it?
>
> Thanks again,
> Robert
>
>
>
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message

news:<(E-Mail Removed)>...
> > Best solution would be to use an Exchange event sink to convert incoming
> > items to your form as they arrive and also set the value of that custom
> > field.
> >
> > --
> > Sue Mosher, Outlook MVP
> > Author of
> > Microsoft Outlook Programming - Jumpstart for
> > Administrators, Power Users, and Developers
> > http://www.outlookcode.com/jumpstart.aspx
> >
> >
> > "Robert Brown" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi There..
> > >
> > > I have been looking for a while to do this, but all attempts fail
> > > programmatically, so I hope someone might have an answer (better way)
> > > to do this.
> > >
> > > I have a Public folder created as a Mail/Post. This public folder has
> > > an email address. People out side the company send to this Public
> > > folder. The item of course is displayed in the MAIL form look. What
> > > happens then, is someone sorts this email out and "drags" the item
> > > into a corresponding folder underneath this Public Folder.
> > >
> > > Ok, at some stage, I need to use my custom mail looking form, or have
> > > the Item saved in my custom form when it arrives or when the item is
> > > dragged into one of the subdirectories below it, it inherits my form.
> > >
> > > What is so special about my form.. ONE FIELD. I need at any stage
> > > above, for my ONE FIELD to get a 0 (zero) placed into it so some VBA
> > > scipts run against these.
> > >
> > > I have been using a FOLDER USER-DEFINED FIELD to try this out, but I
> > > cannot reference it (through VBA script) unless the same field name
> > > exists on the form.
> > >
> > > I have tested this by applying my form (by using the design this form
> > > and saving it with the one field and the 0 in it) and my VBA scripts
> > > work fine, and I can read the folder user-defined field.
> > >
> > > Can anyone think of an idea to help me out? Can I use an exisiting
> > > field, but change the Column header?
> > >
> > > Thanks..
> > > Robert



 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      29th Jun 2004
I haven't seen any, but if you want to write your own, the docs start at
http://msdn.microsoft.com/exchange/
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Robert Brown" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Sue..
>
> Since posting the question I have basically found that that seems to
> be the only way. I have seen some "commercial dlls" that will do it,
> but is there any "free" examples of how to do it?
>
> Thanks again,
> Robert
>
>
>
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message

news:<(E-Mail Removed)>...
> > Best solution would be to use an Exchange event sink to convert incoming
> > items to your form as they arrive and also set the value of that custom
> > field.


> >
> >
> > "Robert Brown" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi There..
> > >
> > > I have been looking for a while to do this, but all attempts fail
> > > programmatically, so I hope someone might have an answer (better way)
> > > to do this.
> > >
> > > I have a Public folder created as a Mail/Post. This public folder has
> > > an email address. People out side the company send to this Public
> > > folder. The item of course is displayed in the MAIL form look. What
> > > happens then, is someone sorts this email out and "drags" the item
> > > into a corresponding folder underneath this Public Folder.
> > >
> > > Ok, at some stage, I need to use my custom mail looking form, or have
> > > the Item saved in my custom form when it arrives or when the item is
> > > dragged into one of the subdirectories below it, it inherits my form.
> > >
> > > What is so special about my form.. ONE FIELD. I need at any stage
> > > above, for my ONE FIELD to get a 0 (zero) placed into it so some VBA
> > > scipts run against these.
> > >
> > > I have been using a FOLDER USER-DEFINED FIELD to try this out, but I
> > > cannot reference it (through VBA script) unless the same field name
> > > exists on the form.
> > >
> > > I have tested this by applying my form (by using the design this form
> > > and saving it with the one field and the 0 in it) and my VBA scripts
> > > work fine, and I can read the folder user-defined field.
> > >
> > > Can anyone think of an idea to help me out? Can I use an exisiting
> > > field, but change the Column header?
> > >
> > > Thanks..
> > > Robert



 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: A rule to file incoming mail in a public folder Michael Bauer [MVP - Outlook] Microsoft Outlook VBA Programming 0 12th Aug 2009 07:31 PM
HELP! All incoming mail is suddenly going to the junk mail folder! freightshaker1959 Microsoft Outlook Discussion 1 22nd Apr 2009 09:31 PM
Incoming safe mail going into junk mail folder. Please help!!! Shopchops Microsoft Outlook 2 21st Mar 2008 03:43 PM
Public Folder Message Display Question: MAIL or POST Form =?Utf-8?B?UGV0ZXJS?= Microsoft Outlook Form Programming 0 25th Apr 2007 10:56 AM
Can I e-mail a file and post to a Public Folder at the same time? =?Utf-8?B?Q291cnQ=?= Microsoft Frontpage 1 13th Jan 2006 09:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:18 PM.