
- DATE OF MAIL CONVERT TO DATETIME IN VISUAL BASIC HOW TO
- DATE OF MAIL CONVERT TO DATETIME IN VISUAL BASIC WINDOWS 10
Then, select Choose Form in the resulting submenu ( Figure E). At this point, the only way to use the form is the hard way: In the Mail window, click New Items in the New group (on the Home tab) and then choose More Items from the dropdown. Use the custom formĪfter going to all the trouble to create a custom form to work more efficiently, you might think it would be easy to use, but that’s not the case–at least, not initially. Click Publish, close edit mode, and click Yes if prompted to save your work.įigure D Name the custom form. Before you continue, note the (internal) name of the form at the bottom of the form: -you’ll need that later. In the resulting dialog, enter a name for the form ( Figure D). When sharing, only those users who have permission to the public folder will have access to the custom form. If you want the form to be available to other users, publish the form to a public folder, which we won’t cover in this article. (The Publish Form and Publish Form As options work similarly to the Save and Save As commands.) Outlook defaults to the Personal Forms Library, and that’s what we’ll use. To do so, click Publish in the Form group and then choose Publish Form As from the dropdown. Publish the formĪs is, the form isn’t available to you or anyone else–you must publish the form to make it available. Also, we didn’t explore any of the properties–come back later and have a look around.įigure C Run the form to check the addition. You can skip this step if you like, but it’s a good idea to check your work. Be sure to click the Developer tab to get back to the custom form in editing mode–if you click the Close button, you lose your work. Figure C shows a very familiar Mail window with the current date in the Subject. You can click Run This Form in the Form group to confirm the addition if you like. (If you want to show the time, enter Time.)įigure A Choose the Message standard form.

The default calculating method is the one we want.


DATE OF MAIL CONVERT TO DATETIME IN VISUAL BASIC HOW TO
LEARN MORE: Office 365 Consumer pricing and features How to design the custom form in OutlookĪll custom forms are based on standard forms that contain the same functionality as the defaults you can hide, add, and even add a script to automate them. cls file instead of re-creating the procedure used. This solution relies on code, so it isn’t appropriate for Mail (online version). You can create custom forms in earlier versions, but the instructions will vary.
DATE OF MAIL CONVERT TO DATETIME IN VISUAL BASIC WINDOWS 10
I’m using Office 365 on a Windows 10 64-bit system. Later, you’ll want to explore all the options so you can create forms that help you work more efficiently. The purpose of the article is to show you how to implement a custom form, so the form itself is simple. Finally, you’ll add a new group to the Home tab that allows you to open the form with one quick click.

Then, you’ll write a procedure (macro) that opens the form. To automate the date, you’ll create and publish a custom form that automatically adds the date to the subject line of the new email message. The downside is you have to jump through a few hoops-although there are a lot of steps, the process isn’t complicated. Once you add the custom form, you can add it to the ribbon and still have the same one-click mail message you have now. In Microsoft Outlook, you can’t modify the default message form, but you can create a custom form and use it instead. If Microsoft Outlook's forms don't get the job done, follow the steps in this tutorial to create a custom form. How to automatically add the date or time to the subject of an Outlook email message
