Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Re: Help Required!


Message #1 by asim_kaleem@y... on Fri, 8 Jun 2001 14:26:58
hi !

 i need to know that how can we add new folders to some persons account 

through web. Like the facility that is being given by hotmail and yahoo to 

creat ur own folders and then apply some filters on it. i hope that u 'll 

help me

 





> hi,

> I am also facing the same problem. We have IIS4.0 and

> Exchange5.5 server.We can use CDO Library using ASP. 

> If you recieve more information about this pls mail me

> at vineetpruthi@y...

> I am also working towards it and i'll be in touch with

> u with more info and help.

> thanks

> Vineet

> --- dont worry <aspmailbox@y...> wrote:

> > What does it need to do?  

> > --- asim_kaleem@y... wrote:

> > > Hi 

> > >  I have been assingned the job for developing

> > > mailing system for an 

> > > upconmming portal. and i have no idea how to do it

> > > can anyone help?

> > > we have IIS5.0 and exchange5.5 on our websever. 

Message #2 by "Siegfried Weber" <sweber@c...> on Fri, 8 Jun 2001 16:05:34 +0200
Simply use the CDO 1.21 folders object .Add method.



</Siegfried>



> -----Original Message-----

> From: asim_kaleem@y... [mailto:asim_kaleem@y...]

> Sent: Friday, June 08, 2001 4:27 PM

> To: ASP CDO

> Subject: [asp_cdo] Re: Help Required!

>

> hi !

>  i need to know that how can we add new folders to some persons

account

> through web. Like the facility that is being given by hotmail and

yahoo to

> creat ur own folders and then apply some filters on it. i hope that u

'll

> help me

>

>

>

> > hi,

> > I am also facing the same problem. We have IIS4.0 and

> > Exchange5.5 server.We can use CDO Library using ASP.

> > If you recieve more information about this pls mail me

> > at vineetpruthi@y...

> > I am also working towards it and i'll be in touch with

> > u with more info and help.

> > thanks

> > Vineet

> > --- dont worry <aspmailbox@y...> wrote:

> > > What does it need to do?

> > > --- asim_kaleem@y... wrote:

> > > > Hi

> > > >  I have been assingned the job for developing

> > > > mailing system for an

> > > > upconmming portal. and i have no idea how to do it

> > > > can anyone help?

> > > > we have IIS5.0 and exchange5.5 on our websever.

>
Message #3 by Asim Kaleem Khan <asim_kaleem@y...> on Fri, 8 Jun 2001 22:52:34 -0700 (PDT)
Thanks pal but could u elaborate more I did add the

folder and no error was given but i dont know where it

went :) let me explain the situation to u we have

exchange server and and can creat account just like

hotmail and yahoo from the net now the problem is

occuring for the folders option. I added that folder

named "personallmessages" added to the

objsession.inbox and no error was given so how can i

get it now



 

--- Siegfried Weber <sweber@c...> wrote:

> Simply use the CDO 1.21 folders object .Add method.

> 

> </Siegfried>

> 
Message #4 by "Siegfried Weber" <sweber@c...> on Sat, 9 Jun 2001 13:09:34 +0200
Set objInboxFolder =3D objSession.Inbox

Set objFolders =3D objInboxFolder.Folders

Set objMyFolder =3D objFolders("personallmessages")



</Siegfried>



> -----Original Message-----

> From: Asim Kaleem Khan [mailto:asim_kaleem@y...]

> Sent: Saturday, June 09, 2001 7:53 AM

> To: ASP CDO

> Subject: [asp_cdo] Re: Help Required!

>

> Thanks pal but could u elaborate more I did add the

> folder and no error was given but i dont know where it

> went :) let me explain the situation to u we have

> exchange server and and can creat account just like

> hotmail and yahoo from the net now the problem is

> occuring for the folders option. I added that folder

> named "personallmessages" added to the

> objsession.inbox and no error was given so how can i

> get it now

Message #5 by Asim Kaleem Khan <asim_kaleem@y...> on Sat, 9 Jun 2001 04:35:10 -0700 (PDT)
Thanks Pal I already have done this using ur guide

lines but how can i acces it now :(. 

';;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



--- Siegfried Weber <sweber@c...> wrote:

> Set objInboxFolder =3D objSession.Inbox

> Set objFolders =3D objInboxFolder.Folders

> Set objMyFolder =3D objFolders("personallmessages")

> 

> </Siegfried>

> 

> > -----Original Message-----

> > From: Asim Kaleem Khan

> [mailto:asim_kaleem@y...]

> > Sent: Saturday, June 09, 2001 7:53 AM

> > To: ASP CDO

> > Subject: [asp_cdo] Re: Help Required!

> >

> > Thanks pal but could u elaborate more I did add

> the

> > folder and no error was given but i dont know

> where it

> > went :) let me explain the situation to u we have

> > exchange server and and can creat account just

> like

> > hotmail and yahoo from the net now the problem is

> > occuring for the folders option. I added that

> folder

> > named "personallmessages" added to the

> > objsession.inbox and no error was given so how can

> i

> > get it now



Message #6 by "Siegfried Weber" <sweber@c...> on Sat, 9 Jun 2001 16:10:36 +0200
I'm really confused now. The code below shows how to access the folder.

What else do you want to do with it?



</Siegfried>



> -----Original Message-----

> From: Asim Kaleem Khan [mailto:asim_kaleem@y...]

> Sent: Saturday, June 09, 2001 1:35 PM

> To: ASP CDO

> Subject: [asp_cdo] Re: Help Required!

>

> Thanks Pal I already have done this using ur guide

> lines but how can i acces it now :(.

> ';;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

>

> --- Siegfried Weber <sweber@c...> wrote:

> > Set objInboxFolder =3D3D objSession.Inbox

> > Set objFolders =3D3D objInboxFolder.Folders

> > Set objMyFolder =3D3D objFolders("personallmessages")

> >

> > </Siegfried>

> >

> > > -----Original Message-----

> > > From: Asim Kaleem Khan

> > [mailto:asim_kaleem@y...]

> > > Sent: Saturday, June 09, 2001 7:53 AM

> > > To: ASP CDO

> > > Subject: [asp_cdo] Re: Help Required!

> > >=3D20

> > > Thanks pal but could u elaborate more I did add

> > the

> > > folder and no error was given but i dont know

> > where it

> > > went :) let me explain the situation to u we have

> > > exchange server and and can creat account just

> > like

> > > hotmail and yahoo from the net now the problem is

> > > occuring for the folders option. I added that

> > folder

> > > named "personallmessages" added to the

> > > objsession.inbox and no error was given so how can

> > i

> > > get it now




  Return to Index