Action.ResponseStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlActionResponseStyle constant indicating the response style used when the specified action is executed. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlActionResponseStyle ResponseStyle { Microsoft::Office::Interop::Outlook::OlActionResponseStyle get(); void set(Microsoft::Office::Interop::Outlook::OlActionResponseStyle value); };
public Microsoft.Office.Interop.Outlook.OlActionResponseStyle ResponseStyle { get; set; }
Public Property ResponseStyle As OlActionResponseStyle