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: SPropValue structure
Equivalent Outlook Redemption object: N/A
Equivalent Outlook Object Model object: N/A
Parent: vbMAPI_Properties
This object provides low-level access to the MAPI properties of an object. Use PropTagSymbol member to return a string representing the MAPI PR_ symbol (if known).
Property Get PropTag() As Long
Returns the MAPI property tag that this object represents. Often used when enumerating the vbMAPI_Properties collection.
Property Get PropTagSymbol() As String
Returns the MAPI property symbol (such as that this object represents. Often used when enumerating the vbMAPI_Properties collection.
Property Get Value() As Variant
Property Let Value(ByVal Value As Variant)
Returns/sets the value of this property. This is the default member of this class, and so is often not explicitly called using the .Value method.
Property Get IsCached() As Boolean
Determines whether or not this property is already cached in memory (e.g. from enumerating the vbMAPI_Properties collection).
Useful when enumerating the vbMAPI_Properties class as you can choose to ignore long data properties that may take extra time to retrieve. For example, when enumerating properties, long data properties (such as HTML strings) might not be cached in memory until specifically requested, so IsCached may return false.
Property Get Session() As vbMAPI_Session
Returns the session object associated with this object.
iTech Masters | VAT: GB202994606 | Terms | Sitemap | Newsletter