IN THE SPOTLIGHT: MDE to MDB Conversion Service
(also supports: ACCDE to ACCDB, ADE to ADP, etc)
IN THE SPOTLIGHT: Access Database Repair Service
An in-depth repair service for corrupt Microsoft Access files
IN THE SPOTLIGHT: vbWatchdog
VBA error handling just got easier...
" vbWatchdog is off the chart. It solves a long standing problem of how to consolidate error handling into one global location and avoid repetitious code within applications. "
- Joe Anderson,
Microsoft Access MVP
Meet Shady, the vbWatchdog mascot watching over your VBA code →
(courtesy of Crystal Long, Microsoft Access MVP)
IN THE SPOTLIGHT: vbMAPI
An Outlook / MAPI code library for VBA, .NET and C# projects
Get emails out to your customers reliably, and without hassle, every single time.
Use vbMAPI alongside Microsoft Outlook to add professional emailing capabilities to your projects.
IN THE SPOTLIGHT: Code Protector
Standard compilation to MDE/ACCDE format is flawed and reversible.
Equivalent MAPI object: IMAPITable
Equivalent Outlook Redemption object: Redemption.RDOItems
Equivalent Outlook Object Model object: Outlook.Items
Parent: vbMAPI_Folder
This object is a wrapper for the MAPI IMAPITable object. You use this object to access and create new mail messages through the Item and Add methods respectively. Preferably, use the For-Each syntax to enumerate the collection.
Property Get Count() As Long
Returns the count of items in this collection.
Property Get Item(ByVal IndexOrSubject As Variant) As vbMAPI_MailItem
Returns the item in the collection corresponding to the provided Index (Long) or Subject (String).
Function Add(Optional ByVal ItemType As Variant) As vbMAPI_MailItem
Adds a new message item to the folder. ItemType (optional): can be a string message class (e.g. ) or a value from the EnumMessageItemType enumeration.
Property Get Session() As vbMAPI_Session
Returns the session object associated with this object.
iTech Masters | VAT: GB202994606 | Terms | Sitemap | Newsletter