CalendarState Constructors
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.
Overloads
CalendarState(Int32, PresenceActivityInternal, String) | |
CalendarState(Int32, PresenceActivityInternal, String, Boolean, Boolean) |
CalendarState(Int32, PresenceActivityInternal, String)
public:
CalendarState(int availability, Microsoft::Rtc::Internal::Collaboration::PresenceActivityInternal ^ activity, System::String ^ smtpAddress);
public CalendarState (int availability, Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal activity, string smtpAddress);
new Microsoft.Rtc.Internal.Collaboration.CalendarState : int * Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal * string -> Microsoft.Rtc.Internal.Collaboration.CalendarState
Public Sub New (availability As Integer, activity As PresenceActivityInternal, smtpAddress As String)
Parameters
- availability
- Int32
- activity
- PresenceActivityInternal
- smtpAddress
- String
Applies to
CalendarState(Int32, PresenceActivityInternal, String, Boolean, Boolean)
public:
CalendarState(int availability, Microsoft::Rtc::Internal::Collaboration::PresenceActivityInternal ^ activity, System::String ^ smtpAddress, bool isStatic, bool isOofPresenceState);
public CalendarState (int availability, Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal activity, string smtpAddress, bool isStatic, bool isOofPresenceState);
new Microsoft.Rtc.Internal.Collaboration.CalendarState : int * Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal * string * bool * bool -> Microsoft.Rtc.Internal.Collaboration.CalendarState
Public Sub New (availability As Integer, activity As PresenceActivityInternal, smtpAddress As String, isStatic As Boolean, isOofPresenceState As Boolean)
Parameters
- availability
- Int32
- activity
- PresenceActivityInternal
- smtpAddress
- String
- isStatic
- Boolean
- isOofPresenceState
- Boolean