⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 microsoft.windowsmobile.pocketoutlook.xml

📁 Wince 上操作短信的实例
💻 XML
📖 第 1 页 / 共 5 页
字号:
            <summary>
            Occurs when an Appointment's Location changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.CategoriesChanged">
            <summary>
            Occurs when an Appointment's Categories change.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.AllDayEventChanged">
            <summary>
            Occurs when an Appointment's AllDayEvent property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.SensitivityChanged">
            <summary>
            Occurs when an Appointment's Sensitivity changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.BusyStatusChanged">
            <summary>
            Occurs when an Appointment's BusyStatus property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.BodyChanged">
            <summary>
            Occurs when an Appointment's Notes change.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.DurationChanged">
            <summary>
            Occurs when an Appointment's Duration changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSetChanged">
            <summary>
            Occurs when an Appointment's ReminderSet property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderLedChanged">
            <summary>
            Occurs when an Appointment's ReminderLed property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderVibrateChanged">
            <summary>
            Occurs when an Appointment's ReminderVibrate property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderDialogChanged">
            <summary>
            Occurs when an Appointment's ReminderDialog property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSoundChanged">
            <summary>
            Occurs when an Appointment's ReminderSound property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderRepeatChanged">
            <summary>
            Occurs when an Appointment's ReminderRepeat property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSoundFileChanged">
            <summary>
            Occurs when an Appointment's ReminderSoundFile property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderMinutesBeforeStartChanged">
            <summary>
            Occurs when an Appointment's ReminderMinutesBeforeStart property changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.StartChanged">
            <summary>
            Occurs when an Appointment's Start changes.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.PocketOutlook.Appointment.EndChanged">
            <summary>
            Occurs when an Appointment's End changes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Subject">
            <summary>
            Gets or sets an Appointment's subject line. This string is limited to 4096 characters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Body">
            <summary>
            Gets or sets an Appointment's text Notes. The maximum size is 20 KB.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Location">
            <summary>
            Gets or sets an Appointment's location. This string is limited to 1023 characters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Categories">
            <summary>
            Gets or sets an Appointment's categories. This string is limited to 1023 characters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.AllDayEvent">
            <summary>
            Gets or sets a value indicating whether an Appointment occurs as an all day event.  By default, Appointments occur at a particular point in the day.
            <remarks>
            An all day event Appointment cannot be a Meeting.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.IsRecurring">
            <summary>
            Gets a value indicating whether an Appointment is recurring.
            <remarks>
            <seealso cref="M:Microsoft.WindowsMobile.PocketOutlook.AppointmentCollection.Restrict(System.String)"/>
            This information can be useful in building a restriction string. For more information, see <see cref="M:Microsoft.WindowsMobile.PocketOutlook.AppointmentCollection.Restrict(System.String)"/>.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSet">
            <summary>
            Gets or sets a value indicating whether a reminder dialog box appears to remind the user of an upcoming Appointment.
            <remarks>
            The default value is set by the user in the Calendar and Task options.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.MeetingStatus">
            <summary>
            Gets a value indicating whether an Appointment is a Meeting. The MeetingStatus enumeration defines the possible values. The default value is NotMeeting.
            </summary>
            <remarks>
            The <see cref="T:Microsoft.WindowsMobile.PocketOutlook.MeetingStatus"/> enumeration defines the possible values.
            The default value is <b>NotMeeting</b>.
            <p><b>MeetingStatus</b> is a read-only property. Some operations change its value internally. For example,
            adding a <see cref="T:Microsoft.WindowsMobile.PocketOutlook.Recipient"/> changes an Appointment's <b>MeetingStatus</b> from <b>NotMeeting</b> to <b>Meeting</b>; 
            however, canceling a meeting does not change the <b>MeetingStatus</b> to <b>MeetingCanceled</b>.</p>
            <p>A user can still change an Appointment's <b>MeetingStatus</b> property manually, 
            using the techniques in the following code example.</p>
            </remarks>
            <example> This sample demonstrates two ways to change an Appointment's <b>MeetingStatus</b> property.
            <code>
            appt.Properties[AppointmentProperty.MeetingStatus] = (UInt32)MeetingStatus.MeetingAccepted;
            appt.Properties["MeetingStatus"] = (UInt32)MeetingStatus.MeetingAccepted;
            </code>
            </example>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Sensitivity">
            <summary>
            Gets or sets an Appointment's sensitivity. The Sensitivity enumeration defines the possible values. The default value is Normal.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.BusyStatus">
            <summary>
            Gets or sets a Contact's availability in the time period spanned by an Appointment or Meeting. The BusyStatus enumeration defines the possible values. The default value is Busy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSoundFile">
            <summary>
            Gets or sets the fully qualified path name of the audio file that Pocket Outlook plays as the Appointment reminder. This property is valid only if the ReminderSet property is TRUE, and if the ReminderOptions property includes Sound. This property defaults to the current setting in Calendar options, but if no audio file is specified, then it defaults to Alarm1.wav. The maximum length of the the fully qualified path name is 255 characters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderMinutesBeforeStart">
            <summary>
            Gets or sets the number of minutes a reminder alarm occurs before the start of an Appointment. This property defaults to the current setting in Calendar options.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Start">
            <summary>
            Gets or sets the Appointment's start time. This System.DateTime value must be less than or equal to the Appointment's end time.
            <remarks>
            Time values must be between 1/1/1900 and 12/31/2999 inclusive. The default start time is always the top of the next hour. For example, if the current time was 10:37 AM, then the default start time would be 11:00 AM.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.End">
            <summary>
            Gets or sets the Appointment's end time. This System.DateTime value must be greater than or equal to the Appointment's start time.
            <remarks>
            Time values must be between 1/1/1900 and 12/31/2999 inclusive.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderLed">
            <summary>
            Gets or sets a value indicating whether Pocket Outlook uses the mobile device's notification light-emitting diode (LED) to remind the user of an upcoming Appointment.
            <remarks>
            The LED flashes green once every second to remind the user of an upcoming Appointment.
            </remarks>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderVibrate">
            <summary>
            Gets or sets a value indicating whether Pocket Outlook uses the mobile device's built-in vibrator to remind the user of an upcoming Appointment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderDialog">
            <summary>
            Gets or sets a value indicating whether a reminder dialog box appears to remind the user of an upcoming Appointment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderSound">
            <summary>
            Gets or sets a value indicating whether Pocket Outlook plays the Appointment reminder audio file to remind the user of an upcoming Appointment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.ReminderRepeat">
            <summary>
            Gets or sets a value indicating whether the Appointment reminder sound file repeats until the user dismisses the reminder.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.PocketOutlook.Appointment.Duration">
            <summary>
            Gets or sets the length of an Appointment. This is a System.TimeSpan object.
            <remarks>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -