OlResponseType (Compact 7)

3/12/2014

The OlResponseType enumeration identifies the type of response to a meeting request.

Syntax

enum OlResponseType {
  olResponseTypeAccept    = 0,
    olResponseTypeDecline   = 1,
    olResponseTypeTentative = 2
};

Elements

  • olResponseTypeAccept
    The recipient accepted the meeting request.
  • olResponseTypeDecline
    The recipient declined the meeting request.
  • olResponseTypeTentative
    The recipient tentatively accepted the meeting request. Unlike olResponseTypeAccept, this response type includes the understanding that although the recipient has accepted the invitation they still might decline.

Remarks

Applies to Windows Embedded Compact 7.

See Also

Reference

Pocket Outlook Object Model Enumerations