Send Event Example

Send Event Example

This VBScript example uses the Send event and sends an item with an automatic expiration date of one week.

Function Item_Send()
    Item.ExpiryTime = Date + 7
End Function