DefaultAffectedTaskOccurrences property
AffectedTaskOccurrence?
get
DefaultAffectedTaskOccurrences
Implementation
// IconIndex get IconIndex = >this.PropertyBag[ItemSchema.IconIndex];
/// <summary>
/// Gets or sets the list of hashtags associated with this item.
/// </summary>
// StringList Hashtags
// {
// get { return (StringList)this.PropertyBag[ItemSchema.Hashtags]; }
// set { this.PropertyBag[ItemSchema.Hashtags] = value; }
// }
/// <summary>
/// Gets the Mentions associated with the message.
/// </summary>
// EmailAddressCollection Mentions
// {
// get { return (EmailAddressCollection)this.PropertyBag[ItemSchema.Mentions]; }
// set { this.PropertyBag[ItemSchema.Mentions] = value; }
// }
/// <summary>
/// Gets a value indicating whether the item mentions me.
/// </summary>
// bool get MentionedMe =>this.PropertyBag[ItemSchema.MentionedMe];
/// <summary>
/// Gets the default setting for how to treat affected task occurrences on Delete.
/// Subclasses will override this for different default behavior.
/// </summary>
AffectedTaskOccurrence? get DefaultAffectedTaskOccurrences => null;