
MAPI – Enumerating emails in C++
The Microsoft Exchange server and outlook have become indispensable in an office environment. More applications are written using MAPI to handle e-mails for several […]
The Microsoft Exchange server and outlook have become indispensable in an office environment. More applications are written using MAPI to handle e-mails for several […]
Microsoft Exchange Public Folders are the repositories of a lot of information belonging to the organization. Microsoft has provided a lot of COM Interfaces to […]
In the directory where the C++ MAPI Exchange kit has been installed, go to $ExchangeSDKLibSrcExchSdkRelease and build the debug versions of the ExchangeSDKd.lib. This library […]
Command Line SMTP can be programmed using sockets very easily. SMTP or Simple Mail Transfer Protocol has a set of commands to be sent […]
The third part of this Winsock tutorial provides a useful way to handle sockets by using an Event based model. This model uses the […]
Windows provides different models for programming with sockets. This winsock tutorial explains, one of the models which uses select function. The other winsock models are using […]
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of […]
Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32. A big […]
Basically this whole program depends on the registry. The registry in Windows holds the key to each and every aspects of the Windows Operating System, […]
Registry is organized as a hierarchical tree. The Registry keys are folder like entries and the keys can contain string values ( REG_SZ), dword […]
Copyright © 2025 | WordPress Theme by MH Themes