| | Awarded by Microsoft since 2005: |  |
| | VBOffice Info | | Visitors | 1390592 | | Impressions | 5094738 |
| |
|
| |
| Author: Michael Bauer | Homepage | | Date: 21.05.2006 | Accessed: 18964 | | | | Description
We are very sorry! This description is not translated yet. Anyway, please try the code as it is self-explanatory. |
Private Function CreateSafeItem(Item As Object) As Object
Dim rdItem As Object
Set rdItem = CreateObject("Redemption.Safe" & TypeName(Item))
rdItem.Item = Item
Set CreateSafeItem = rdItem
Set rdItem = Nothing
End Function
Private Sub ReleaseSafeItem(Item As Object)
On Error Resume Next
Set Item.Item = Nothing
Set Item = Nothing
End Sub
|
| | |
| | |  | ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the ... [more] |
| | |  | Access the master category list in the blink of an eye, share your categories in a network, get a reminder service, and ... [more] |
| | |  | SAM automatically sets the sender, signature, and folder for sent items, for instance based on the recipient ... [more] |
| | |  | OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or ... [more] |
| |
|