Platform SDK: CDO for Windows 2000

usemessageresponsetext Field

Indicates whether or not response text is generated automatically when responding to messages.

Full Name

http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext

Name Constant

CdoConfiguration.cdoUseMessageResponseText

Variant SubType

[Visual Basic] Boolean

[C++,IDL] VARIANT_BOOL

Remarks

Methods such as IMessage.Reply, IMessage.PostReply and IMessage.Forward are message responses. This field defaults to True (VARIANT_TRUE), which means that the response text is used.

When message response text is generated, the locale for the text is generated using the LCID defined by the language code specified in the languagecode field.

Example

True

See Also

languagecode Field

IMessage.Reply

IMessage.PostReply

IMessage.Forward