_CalendarSharing.IncludeAttachments 属性

定义

返回或设置 C#) 值中的 布尔 (bool 值,该值指示是否应将日历项目的附件包含在由 ForwardAsICal(OlCalendarMailFormat) 对象的 或 SaveAsICal(String) 方法 CalendarSharing 创建的 iCalendar (.ics) 文件中。 读/写。

public:
 property bool IncludeAttachments { bool get(); void set(bool value); };
public bool IncludeAttachments { get; set; }
Public Property IncludeAttachments As Boolean

属性值

注解

True 指示应包含日历项的附件。

如果 CalendarDetailCalendarSharing 对象的 属性设置为 olFreeBusyOnlyolFreeBusyAndSubject,则此属性必须设置为 False

适用于