English 中文(简体)
current date in outlook subject line
原标题:

How to have current date automaticlly added in the subject line of an email (template) in outlook 2010

for example

Todo for %mmm %d, %yyyy

Thanks in advance!

问题回答

At the moment, Outlook 2010 does not seem to have that built in. You would need to write a VBscript/macro to perform this.

Actually, you can set an initial value of any field from the form design window.

  1. Select the Subject field
  2. RC / Properties
  3. Click the "Value" tab
  4. Check the "Set the initial value of this field to:"
  5. Click the "Edit..." button next to the field
  6. Type: "Todo for "& Date()

Or just check out the functions available to you.





相关问题
MS Outlook macro to strikeout selected text

The task is to apply strikeout to current font in selected text area. The difficulty is that Outlook doesn t support recording macros on the fly - it wants code to be written by hand. For example, ...

Outlook shortcuts style toolbar in Qt

Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for ...

Outlook 2007 CommandBarControl.Execute won t work

I recently switched to Outlook 2007 and noticed that my VBA-macros won t work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfect in Outlook 2003, ...

outlook and programming with C#

I wish to use the my Microsoft Outlook Task list in my C# application. Do you have any idea if that is possible? Can you give me a starting point or some tips for this task? many thanks! ps: btw, now ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Outlook 2003 - Add an icon column to a View?

I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this? Everything I ve looked up is either about adding a column through the ...

热门标签