Results 31-35 of 40 |
|
Advanced Folders Watch

http://www.mapilab.com
Advanced Folders Watch is a powerful and very flexible tool for managers, analysts, observers, technical support team members - for everyone who has to deal with a great number of e-mail messages, who has to respond to e-mail messages on-the-go, as well as for ones who just appreciate their time. Thousands of new messages from news conferences are downloaded into common folders on your corporate server every day. Several employees view messages in these conferences on an everyday basis in order to: - find mentions of your products and products offered by your competitors; - to reveal users searching for software and solutions, to whom the trying of your products or products of your partners could be suggested; - to get inspiration for new ideas and to keep on top of problems existing in the areas your company is operating in. Newsgroups where users come with their problems are a very good free source of new clients for small companies. There is only one problem with it: the number of messages in conferences is just horrendous. On our server, we have our own public conferences concerned with many different problems, and some of them are visited very rarely. There is no sense in checking them several times a day, but we would feel very ashamed to find a message from a user that remained unanswered for a week! This prompted us to create the Advanced Folders Watch a flexible system designed to monitor Microsoft Outlook folders and public folders on Microsoft Exchange server, it has saved us hundreds of man-hours and also allowed us to improve the quality of our work with current and potential clients. Designed for Microsoft Outlook 2000, 2002/XP and 2003.
mobile phone, plaxo, identity theft, grab, distribution list, wireless, plug ins, automatically
|
|
Send Personally for Outlook Express

http://www.mapilab.com
Send Personally for Outlook Express allows you to send messages to a great number of recipients from Microsoft Outlook Express. Plug-in adds a new button "Send Personally" to the toolbar of Outlook Express and offers an alternative method of sending messages from Outlook Express, separate messages are created for each recipient. The final recipient will not receive any information about any of the other recipients. Moreover, he/she will see only his/her name and address in the "To" field, as if the message was sent only to him/her.
The main problem with sending messages to several recipients from Outlook Express is that all recipients are in the message heading. If the recipient list is relatively small, this doesn't result in any considerable inconvenience. However, if a message is sent to hundreds of recipients, its heading size might many times exceed the size of the message text and any attachments combined. Moreover, the message that contains more than one recipient can be recognized like SPAM and deleted. Send Personally for Outlook Express offers an easy solution for this problem. And you won't need to perform any additional actions. The only thing you will have to do is to press the button "Send Personally" instead of the regular "Send" button (you will find it next to the latter). You can also use four predefined macros in the message body or subject line.
print contacts, web archive, odbc sql, wscript, add contacts, server, file transfer, blocking
|
|
Add-in Express 2 .NET Edition

http://www.office-addins.com
Add-in Express .NET is a true RAD tool for creating COM Add-ins, Smart Tags and RTD servers on .NET. It implements everything required by the supported technologies including IDTExtensibility2, IRTDServer, ISmartTag and ISmartTagTopic(2), you write functional code only.
Add-in Express supports all host applications from the MS Office Family such as Outlook, Excel, Word, PowerPoint, Access, Visio, FrontPage, Project, MapPoint and Publisher.
With a couple of clicks Add-in Express .NET allows you to:
- Create command bars and their controls, handle their events and events of the add-in host applications (for COM Add-ins).
- Specify any smart tag topics and their recognizers, including dynamical recognizers.
- Develop effective RTD Servers, including passing parameters to any RTD functions.
Add-in Express .NET is developed in C# and directly supports C#, Visual Basic .NET (VB.NET), J#, C++ and Delphi for .NET.
Add-in Express .NET supports Visual Studio 2003 and 2005, Delphi 8 and 2005, .NET Framework 1.0 and higher. For more details visit http://www.add-in-express.com/add-in-net/
lan messenger, group calendars, replyall, report, newsgroups, compress, contact management, outlook security update
|
|
Add-in Express 2 VCL Edition

http://www.office-addins.com
Add-in Express VCL is a feature-rich tool for creating COM Add-ins, Smart Tags and RTD servers in Delphi.
Add-in Express implements everything required by the supported technologies including IDTExtensibility2, IRTDServer, ISmartTag and ISmartTagTopic(2), you write functional code only.
Add-in Express supports all host applications from the MS Office Family such as Outlook, Excel, Word, PowerPoint, Access, Visio, FrontPage, Project, MapPoint and Publisher.
With a couple of clicks Add-in Express allows you to:
- Create command bars and their controls, handle their events and events of the add-in host applications (for COM Add-ins).
- Specify any smart tag topics and their recognizers including dynamical recognizers.
- Develop effective RTD Servers including passing parameters to any RTD functions.
Add-in Express is developed in Delphi and supports Delphi 5, 6, 7, 2005 and Delphi 2006. For more details visit http://www.add-in-express.com/add-in-delphi/
window, contacts organizer, duplicated notes, tasks cleaner, mobility, survey, straight, merge
|
|
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;
support tool, supermerge, blocker, 2007 regions, lan chat, encrypt, play, stamps
|
|
Results 31-35 of 40 Page 1 2 3 4 5 6 7 8 |
| |
Related Software
Advanced Folders Watch
Monitoring of new messages in Outlook folders
Send Personally for Outlook Express
Send personal messages from Outlook Express
Add-in Express 2 .NET Edition
Tool for programming Office Add-ins on .NET
Add-in Express 2 VCL Edition
A tool for developing COM Add-ins in Delphi
Outlook Security Manager
One-line tool to disable Outlook security
|