473,804 Members | 2,104 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

retrieve folder names of a Mailbox

Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?

I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..

-Alok

Oct 9 '06 #1
5 1862

a...@mwti.net wrote:
Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?

I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..
You're question is not about the C++ language so is off-topic in this
newsgroup. You need to ask in a microsoft programming group. This FAQ
has some suggestions.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Gavin Deane

Oct 9 '06 #2
i m doing it using c++ only.
but thanx

Gavin Deane wrote:
a...@mwti.net wrote:
Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?

I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..

You're question is not about the C++ language so is off-topic in this
newsgroup. You need to ask in a microsoft programming group. This FAQ
has some suggestions.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Gavin Deane
Oct 9 '06 #3
i m doing it using c++ only.
but thanx

Gavin Deane wrote:
a...@mwti.net wrote:
Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?

I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..

You're question is not about the C++ language so is off-topic in this
newsgroup. You need to ask in a microsoft programming group. This FAQ
has some suggestions.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Gavin Deane
Oct 9 '06 #4
Alok wrote:
i m doing it using c++ only.
but thanx

Gavin Deane wrote:
>a...@mwti.ne t wrote:
>>Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?

I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..
You're question is not about the C++ language so is off-topic in this
newsgroup. You need to ask in a microsoft programming group. This FAQ
has some suggestions.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Gavin Deane

You may be using C++, however what you want to do doesn't have anything
to do with C++ at all. You're working with the Win API but are using C++
to make it work. You could just as easily use VB to call the Win API
functions, but that wouldn't make it a VB issue either.

As Gavin said, you need to repost in a MS programming news group. Do a
search on Google groups with a few keywords to find an appropriate
newsgroup. :)

Quantum
Oct 9 '06 #5

al***@mwti.net wrote:
Hello friends!

I am working on vc++.
I want to retrieve programatically the folder names of a mailbox of
exchange server.
Is there any way to retrieve these folders?
there probably is, why don't you check in relevent newsgroups?
>
I want to retrieve those bocz the Exchange server may be installed on a
computer having a language other than english.

Plz Help..

-Alok
The rule is if you are looking for a solution that only runs on
Windows, or Linux, or Unix, or Solaris or Mac, etc... its off topic.

Oct 9 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1822
by: JAKE | last post by:
Hi, I made a funstion that checks a mail account, retrieves and stores the attachments in a folder on my website. This works great for .doc files but not for .pdf files.
3
3629
by: Le | last post by:
So here's my dilemma. I need an automated SQL Server (2000) job that runs once once per hour. This jobs should: 1) Retrieve unread email for the user "Le" from our Exchange Server, and insert it into a table. 2) Retrieve unread email for the user "Smith", from from our Exchange Server, and insert it into a table.
8
5378
by: Dutchy | last post by:
Dear reader, In an attempt to obtain the path to the quick-launch-folder in order to create a shortcut to my application-updates during installation , I thought to: 1- check if quick launch is used by the user 2- check if a link to my application is there 3- if so, obtain the path (ANY PATH) to the quick-launch-folder from existing button(s)
0
3319
by: John H. | last post by:
In effort to understand (Outlook) MAPI folder tree structure wrote simple linear code below to navigate tree. Successive "...Folders.GetNext()"'s return same folder at all levels of tree. What am I doing wrong or not understanding? Thanks.
2
1731
by: John | last post by:
Hi all, I haven't a clue where to begin here (or more to the point - if it's even possible). I need to read the names of all the files inside a folder off my web site. The catch here is that I don't know the absolute path here (C:\inetpub\whatever\whatever\etc...) as it could be on any drive at my ISP. Is there a way to retrieve a list of these files by somehow using the
0
1610
by: Kevin F | last post by:
I'm trying to use the following code to get my remote server's folder size information. Unfortunately, i'm getting the error: Traceback (most recent call last): File "/Life/School/Homework/Spring 2006/OPIM 399/Tutorial/IMAP/mailboxsize.py", line 23, in -toplevel- number_of_messages_all += int(number_of_messages) ValueError: invalid literal for int(): The requested item could not be
1
3422
by: Kevin F | last post by:
I'm trying to use the following code to get my remote server's folder size information. Unfortunately, i'm getting the error: Traceback (most recent call last): File "/Life/School/Homework/Spring 2006/OPIM 399/Tutorial/IMAP/mailboxsize.py", line 23, in -toplevel- number_of_messages_all += int(number_of_messages) ValueError: invalid literal for int(): The requested item could not be
1
1591
by: rishab | last post by:
Hey everyone, I want to print the folder list of my mailbox using python (IMAP4), and with hierarchy, i.e. it should print all the names of the folders of my mailbox and the folders within them. Can anyone please help me with this.
2
3337
by: anup wadekar | last post by:
I am able to access the exchange mail boxes of the mounted edb file using Active Directory Services such that i am retrieving the names of the user's and than setting the mail box to the user. CDO.Message objMsg; CDO.DropDirectory objDropDir = new CDO.DropDirectory(); CDO.IMessages objIMesgs; DirectoryEntry de = srUser.GetDirectoryEntry(); // Where srUser = "anup"
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10097
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7642
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.