Users List- JES Messenger

Hi

In JES Messenger Express i just want list the users dynamically based on the some selection. but the page is containing .html file.Either have to replace .html file as .jsp thn onli i can get dynamic values values? or any otherway to do this

Can any one help reg this issue?

Thanks in Advance

Nawaz Khan

[338 byte] By [UsersLista] at [2007-11-26 16:32:10]
# 1

Since I don't have even the beginning idea of what you want, and no idea at all what version you're running, it's kind of hard.

If you're talking about customization of the webmail interface, ME, specifically, please understand that the http server in the Messaging Server is't really a full web server, but a very limited one. Adding new jsp functions may not work.

when you say, "list the users", what exactly do you mean? Users on the system at that instant? Total users that have mailboxes? There may be commands already in the system that will do that for you. . .It helps to understand what you want, before we try to solve your problem.

jay_plesseta at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Thanks jay. Actually I am using communication Express in my application for the purpose of mail. what is my doubt is, In that CE when

i composing new mail, just i getting To address dynamically that means from my application i am getting the users mailid based on some selection. But in Messenger they are using only html files.

UsersLista at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
I'm honestly still very confused about what you're looking for. It's sounding like something to do with your Address Book, which is an LDAP lookup, based on your input selection.
jay_plesseta at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

When we composing a new mail in communication express u get a new window. There we are entering e-mail address, then Cc, thn Bcc,Attachements .. etc.. Instance of entering the mail address i just want to select emails from dynamic list. In short i want to select mail address from mail list.

Thanks Jay

UsersLista at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
CE should be looking these up in your PAB (Personal Address Book). The customization guide tells you how to hook it to a corporate address book, too. Hopefully, that's what you're looking for.
jay_plesseta at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 6

Hi,

If what you are looking for is some kind of 'auto-search' so when you type in a name into the address-book it auto-searches the corp. directory/personal addressbook and provides a list of matches (like thunderbird/outlook etc.) then it currently doesn't exist -- although it *should* in my humble opinion.

If you are able to somehow implement this into the existing code I will be very interested to see how.

In the mean time I would recommend that if you have a support contract for messaging server/UWC, that you log an RFE (request for enhancement) to have this ability added in the next release.

Regards,

Shane.

shane_hjortha at 2007-7-8 22:56:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...