How to edit custom fields of emails in Outlook?

5

Mails in outlook have a relevance-field that can be displayed as a column in the inbox. How do one set it?

Edit: More precisely, how are the values of custom e-mail-fields changed through the outlook 2007 gui? Here relevance and a custom field 'Score' is shown in my inbox, but all emails have blank values. The header-bar in my inbox, with Relevance and my custom scrore-field displayed.

The context-menu of emails give access to "Message Options...". I was hoping the custom fields would be available there.

Message options only contains the standard fields.

Grastveit

Posted 2012-06-12T06:46:51.040

Reputation: 51

1I cant find relevance in Outlook 2007. Which version are you using? Perhaps post a screenshot.. – tumchaaditya – 2012-06-21T09:32:33.787

Oops, I don't have enough rep to post images now. I was trying to upload the headers of my inbox in outlook 2007 with relevance displayed. – Grastveit – 2012-06-22T07:38:11.540

@Grastveit Upload the image to some hosting, add a link to the image to your post. Somebody with enough rep will edit your post and inline the the image. (meanwhile, +1) – Nick Alexeev – 2012-06-22T21:58:25.083

Now you can post the images just do it and let us see what we can do. – avirk – 2012-06-23T16:24:59.690

Answers

1

Similar to @wizlog, here are instructions on the MSDN site on creating custom fields (Outlook 2003): http://msdn.microsoft.com/en-us/library/aa204247(v=office.11).aspx

However, the only fields I see as default are: Priority, Attachement, Flag, From, Subject, Received, Account, Size, Sent, To, Watch/Ignore

Would any of those help your sorting requirements?

gtr1971

Posted 2012-06-12T06:46:51.040

Reputation: 151

I had also had the relevance field as default. Following the msdn-instructions I created a new field as well. However I still cannot edit the field-value through the gui. Is it only available programmatically? – Grastveit – 2012-06-22T07:48:38.203

The other fields are either read-only (cannot be set on mails I recieve) or have other uses (flag and category). – Grastveit – 2012-06-24T07:54:24.343

@Grastveit: What language is "innboks"? – wizlog – 2012-06-25T17:55:45.493

@wizlog: Norwegian – Grastveit – 2012-06-26T09:00:38.530

0

I'm not really sure I know about any "relevance column"... However, I did stumble across a (three part) guide to setting up custom fields in Outlook.

If you think something like this is relevant to what your trying to do (and you aren't able to understand the steps it describes), post a comment (or edit your question), and I'll edit my answer to explain exactly what you need to do to make it work.

wizlog

Posted 2012-06-12T06:46:51.040

Reputation: 12 320

0

I've looked at the MSDN documentation for AppointmentItem, TaskItem, ContactItem and MailItem and there is nothing in there that references a Relevance property.

On that basis I can only assume it's either a custom field or something partially implemented by Microsoft (that doesn't do anything).

Richard

Posted 2012-06-12T06:46:51.040

Reputation: 4 197

-1

Normally you'd need to create a custom form to handle your custom fields. But solutions based on Outlook/Exchange is slow since everything is run from the client.

Very soon you'll hit the roof of how far you can push the solution.

Normally, you're better of using Shareproint as a platform.

You do however have the option of inline-editing in the view pane. https://www.slipstick.com/tutorial/create-a-custom-field-to-mark-messages/

Dennis

Posted 2012-06-12T06:46:51.040

Reputation: 1

1

Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

– bertieb – 2018-09-26T10:24:50.407