Results 34-38 of 38 |
|
Advanced Office Repair

http://www.datanumen.com
Advanced Office Repair is a Microsoft Office data recovery suite. It includes recovery tools for corrupt or damaged MS Access databases, MS Excel worksheets, MS Word documents, MS Outlook data files, and MS Outlook Express dbx and mbx files.
Main features:
1. Support to repair Microsoft Access 95, 97, 2000, XP and 2003 databases.
2. Support to repair Microsoft Excel xls and xlw files in Excel version 3, 4, 5, 95, 97, 2000, XP, 2003 formats.
3. Support to repair Microsoft Word 6.0, 95, 97, 2000, XP, 2003 documents.
4. Support to repair Microsoft Outlook 97, 98, 2000, 2002 and 2003 data files.
5. Support to recover Microsoft Outlook Express 4 mbx files and Outlook Express 5/6 dbx files.
6. Support to repair files on corrupted medias, such as floppy disks, Zip disks, CDROMs, etc.
7. Support to repair a batch of corrupt files.
8. Support integration with Windows Explorer, so you can repair a file with the context menu of Windows Explorer easily.
9. Support drag & drop operation.
10. Support command line parameters.
outlook security patch, window, corrupted, duplicated notes, tasks cleaner, spam, audio email, workgroup calendar
|
|
Outlook Security Manager

http://www.office-addins.com
Outlook Security Manager is a one-line programming tool to disable Outlook Security. With Outlook Security Manager you can easily bypass Outlook Security settings and avoid security warnings, or alerts, in add-ins and applications that automate Microsoft Outlook.
Add a line of code and get rid of pop-ups like "a program is trying to access e-mail addresses you have stored in Outlook" or "a program is trying to automatically send e-mail on your behalf".
Unlike similar tools, Outlook Security Manager doesn't transform OOM and CDO calls to Extended MAPI calls and doesn't make development more complicated with its own special objects. It just implements one object with three properties that enable or disable Outlook Security Settings separately for OOM, CDO and SMAPI.
Outlook Security Manager supports Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge, Excel MailMerge, etc. All Outlook versions and service packs, including Outlook 2000, Outlook 2002 (XP) and Outlook 2003 are supported. Read more on http://www.add-in-express.com/outlook-security/
Code examples:
--- Visual Basic .NET
Dim SecurityManager As New AddinExpress.Outlook.SecurityManager
SecurityManager.DisableOOMWarnings = True
Try
... any action with protected objects such as contacts or items...
Finally
SecurityManager.DisableOOMWarnings = False
End Try
--- Visual Basic 6, VBA, VBScript
OlSecurityManager.DisableOOMWarnings = True
On Error Goto Finally
... any action with protected objects ...
Finally:
OlSecurityManager.DisableOOMWarnings = False
--- Delphi
OlSecurityManager.DisableOOMWarnings := True;
try
... any action with protected objects ...
finally
OlSecurityManager.DisableOOMWarnings = False;
end;
2007 regions, restore outlook, archive, information, remover, play, intranet, sms from outlook
|
|
ADX Extensions for Outlook

http://www.office-addins.com
The ADX Extensions for Microsoft Outlook allows you to customize the Outlook folder view and Outlook forms by embedding feature-rich .NET and VCL forms and controls into the Outlook Explorer and Outlook Inspector windows.
The ADX Extensions for Outlook is based on the Outlook windows architecture and helps you create a custom Outlook folder view and custom Outlook forms in a more comfortable way than the Digital Dashboard technology (Outlook Today) or Windows API. Now you can use any .NET and VCL forms, controls and components (such as grids, editors and tree-views) on the Outlook Explorer and Outlook Inspector windows like form regions provides by Outlook 2007.
The ADX Extensions for Outlook supports projects written on Visual Basic .NET, C# and Delphi in Visual Studio 2003, Visual Studio 2005, Borland Delphi 5 - 2006.
group calendaring, outlook, email, add in, mail, restore, backup, e mail
|
|
Results 34-38 of 38 Page 1 2 3 4 5 6 7 8 |
| |
Related Software
Advanced Office Repair
Data recovery suite for Microsoft Office
Outlook Security Manager
One-line tool to disable Outlook security
ADX Extensions for Outlook
Your custom forms on Outlook forms and views
|