|
|
|||
| Outlook and .NET Printer Friendly Version | |||
|
|
Writing code with C# and VB.NET to create Outlook add-ins and other projects | ||
| Topic | |||
|
|
PST size increases when using Attachment.Add
Hi Any help on this would be appreciated. I am running the following code Dim instance As Attachments instance.Add(Source, Type, Position, DisplayName) To attach a file to an email item that is inside a pst. The problem is (more of a curiosity) once the program completes the size of the pst is different from the size I get when I go through the pst add the exact same files manually. Is there anyway to prevent this from happenning. Abinet Abate 06-Nov-2009 19:52 |
||
|
|
Eugene Astafiev
10-Nov-2009 11:08
Hi Abinet, Do you develop a COM Add-in? |
||
|
|
Abinet Abate
10-Nov-2009 13:52
No it is not a COM Add-in. It is a small utility program that loads a PST searches for particular attachments removes them...then searches the attachments and then attaches them back. |
||
|
|
|||
