Thanks for you reply..
Is there any other means of doing this..
Doing what? Please take the time to quote the original message so that
people reading your current response can understand what you're talking
about. Otherwise, you may not receive the answer you're looking for.

Signature
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks for you reply..
> Is there any other means of doing this..
Crazy Rammy - 02 Jan 2004 13:21 GMT
I meant the following..
>Outlook does not allow sorting or grouping by formula fields. This is a
>known limitation.
>FWIW, Outlook's date/time field always holds both date and time data,
>regardless of what the display might look like.
Basically I need to group all mails that was send on per day basis.
Sue Mosher [MVP] - 02 Jan 2004 16:57 GMT
The only way to do this would be to use VBA code to put the date, without
the time element, into a custom field as each item arrives. You can use the
MAPIFolder.ItemAdd event for this.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I meant the following..
>
[quoted text clipped - 5 lines]
>
> Basically I need to group all mails that was send on per day basis.