FollowUpTo Property

FollowUpTo Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The newsgroups to which any responses to this message should be posted.

Applies To

IMessage Interface

IWorkflowMessage Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

[Visual Basic]Property FollowUpTo As String

[C++]HRESULT get_FollowUpTo(BSTRpVal);
HRESULT put_FollowUpTo(BSTR Val);

Parameters

  • pVal
    Returns the value of the FollowUpTo property as a reference to a BSTR.
  • Val
    Sets the value of the FollowUpTo property to the value of the BSTR.

Remarks

This property is also available as the followup-to Field.

The string in the FollowUpTo property can represent a single newsgroup or multiple newsgroups. A newsgroup name is a set of words concatenated by periods:

"microsoft.public.discussion"

Multiple newsgroups in the list are separated by commas:

"alt.sample,sample.newsgroup.name,microsoft.public.chat"

A newsgroup name cannot contain a comma.

Only existing newsgroups should be specified. If a newsgroup with a given name does not exist, posting to that name does not cause the newsgroup to be created.

If FollowUpTo is not set, responses are posted to the newsgroups specified by the Newsgroups property.

The default value of FollowUpTo is an empty string.

See Also

followup-to Field

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.