Skip to content

Commit

Permalink
update to 24.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrysamodurov committed May 17, 2024
1 parent 2ff83ad commit f2f6610
Show file tree
Hide file tree
Showing 638 changed files with 3,323 additions and 2,237 deletions.
5 changes: 5 additions & 0 deletions english/net/aspose.email.clients.graph/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The **Aspose.Email.Clients.Graph** namespace provides classes for access to acce
| --- | --- |
| [BaseRestObject](./baserestobject/) | Represents functionality for base object. |
| [Bucket](./bucket/) | https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0 The plannerBucket resource represents a bucket (or "custom column") for tasks in a plan in Office 365. It is contained in a plannerPlan and can have a collection of plannerTasks. |
| [CalendarInfo](./calendarinfo/) | Represents information about calendar. |
| [CalendarInfoCollection](./calendarinfocollection/) | Represents collection of GraphCalendarInfo. |
| [ClassificationOverride](./classificationoverride/) | Represents a user's override for how incoming messages from a specific sender should always be classified as. |
| [FolderInfo](./folderinfo/) | Represents information about personal folder. |
| [FolderInfoCollection](./folderinfocollection/) | Represents collection of GraphFolderInfo. |
Expand Down Expand Up @@ -42,8 +44,11 @@ The **Aspose.Email.Clients.Graph** namespace provides classes for access to acce

| Enumeration | Description |
| --- | --- |
| [CalendarColor](./calendarcolor/) | Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. |
| [CalendarRoleType](./calendarroletype/) | Represent sharing or delegating permission levels for the calendar. |
| [CategoryPreset](./categorypreset/) | A pre-set color enumeration that characterizes a categories, and that is mapped to one of 25 predefined colors. Note The possible values for color are pre-set constants such as None, preset0 and preset1. Each pre-set constant is further mapped to a color; the actual color is dependent on the Outlook client that the categories are being displayed in. |
| [ClassificationType](./classificationtype/) | https://docs.microsoft.com/en-us/graph/api/resources/enums?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/api/resources/inferenceclassificationoverride?view=graph-rest-1.0 Specifies how incoming messages from a specific sender should always be classified as. |
| [OnlineMeetingProvider](./onlinemeetingprovider/) | The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. |
| [ResourceType](./resourcetype/) | The resource in Microsoft Graph that you're referencing. |
| [UserRole](./userrole/) | OneNote user role |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ Represents functionality for base object.
public abstract class BaseRestObject
```

## Constructors

| Name | Description |
| --- | --- |
| [BaseRestObject](baserestobject/)(MapiPropertyCollection, PropertyDescriptor[]) | Initializes a new instance of the [`FolderInfo`](../folderinfo/) class. |

## Properties

| Name | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BaseRestObject.Properties
second_title: Aspose.Email for .NET API Reference
description: BaseRestObject property. Gets the mapi properties
type: docs
weight: 20
weight: 10
url: /net/aspose.email.clients.graph/baserestobject/properties/
---
## BaseRestObject.Properties property
Expand Down
38 changes: 38 additions & 0 deletions english/net/aspose.email.clients.graph/calendarcolor/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Enum CalendarColor
second_title: Aspose.Email for .NET API Reference
description: Aspose.Email.Clients.Graph.CalendarColor enum. Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are auto lightBlue lightGreen lightOrange lightGray lightYellow lightTeal lightPink lightBrown lightRed maxColor
type: docs
weight: 15870
url: /net/aspose.email.clients.graph/calendarcolor/
---
## CalendarColor enumeration

Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.

```csharp
public enum CalendarColor
```

### Values

| Name | Value | Description |
| --- | --- | --- |
| LightBlue | `0` | Light Blue |
| LightGreen | `1` | Light Green |
| LightOrange | `2` | Light Orange |
| LightGray | `3` | Light Gray |
| LightYellow | `4` | Light Yellow |
| LightTeal | `5` | Light Teal |
| LightPink | `6` | Light Pink |
| LightBrown | `7` | Light Brown |
| LightRed | `8` | Light Red |
| MaxColor | `9` | Max Color |
| Auto | `-1` | Auto |

### See Also

* namespace [Aspose.Email.Clients.Graph](../../aspose.email.clients.graph/)
* assembly [Aspose.Email](../../)


40 changes: 40 additions & 0 deletions english/net/aspose.email.clients.graph/calendarinfo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Class CalendarInfo
second_title: Aspose.Email for .NET API Reference
description: Aspose.Email.Clients.Graph.CalendarInfo class. Represents information about calendar
type: docs
weight: 15880
url: /net/aspose.email.clients.graph/calendarinfo/
---
## CalendarInfo class

Represents information about calendar.

```csharp
public class CalendarInfo : BaseRestObject
```

## Properties

| Name | Description |
| --- | --- |
| [CanEdit](../../aspose.email.clients.graph/calendarinfo/canedit/) { get; set; } | true if the user can write to the calendar, false otherwise. |
| [CanShare](../../aspose.email.clients.graph/calendarinfo/canshare/) { getset; } | true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. |
| [CanViewPrivateItems](../../aspose.email.clients.graph/calendarinfo/canviewprivateitems/) { getset; } | true if the user can read calendar items that have been marked private, false otherwise. |
| [Color](../../aspose.email.clients.graph/calendarinfo/color/) { getset; } | Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. |
| [DefaultOnlineMeetingProvider](../../aspose.email.clients.graph/calendarinfo/defaultonlinemeetingprovider/) { getset; } | The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. |
| [IsDefaultCalendar](../../aspose.email.clients.graph/calendarinfo/isdefaultcalendar/) { getset; } | true if this is the default calendar where new events are created by default, false otherwise. |
| [IsRemovable](../../aspose.email.clients.graph/calendarinfo/isremovable/) { getset; } | Indicates whether this user calendar can be deleted from the user mailbox. |
| [IsTallyingResponses](../../aspose.email.clients.graph/calendarinfo/istallyingresponses/) { getset; } | Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. |
| virtual [ItemId](../../aspose.email.clients.graph/calendarinfo/itemid/) { get; } | Gets string representation of entry ID. |
| virtual [Name](../../aspose.email.clients.graph/calendarinfo/name/) { getset; } | Gets or sets the name of Calendar. |
| [Owner](../../aspose.email.clients.graph/calendarinfo/owner/) { getset; } | If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. |
| virtual [Properties](../../aspose.email.clients.graph/baserestobject/properties/) { get; } | Gets the mapi properties. |

### See Also

* class [BaseRestObject](../baserestobject/)
* namespace [Aspose.Email.Clients.Graph](../../aspose.email.clients.graph/)
* assembly [Aspose.Email](../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.CanEdit
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. true if the user can write to the calendar false otherwise
type: docs
weight: 10
url: /net/aspose.email.clients.graph/calendarinfo/canedit/
---
## CalendarInfo.CanEdit property

true if the user can write to the calendar, false otherwise.

```csharp
public bool CanEdit { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.CanShare
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. true if the user has the permission to share the calendar false otherwise. Only the user who created the calendar can share it
type: docs
weight: 20
url: /net/aspose.email.clients.graph/calendarinfo/canshare/
---
## CalendarInfo.CanShare property

true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.

```csharp
public bool CanShare { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.CanViewPrivateItems
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. true if the user can read calendar items that have been marked private false otherwise
type: docs
weight: 30
url: /net/aspose.email.clients.graph/calendarinfo/canviewprivateitems/
---
## CalendarInfo.CanViewPrivateItems property

true if the user can read calendar items that have been marked private, false otherwise.

```csharp
public bool CanViewPrivateItems { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: CalendarInfo.Color
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are auto lightBlue lightGreen lightOrange lightGray lightYellow lightTeal lightPink lightBrown lightRed maxColor
type: docs
weight: 40
url: /net/aspose.email.clients.graph/calendarinfo/color/
---
## CalendarInfo.Color property

Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.

```csharp
public CalendarColor Color { get; set; }
```

### See Also

* enum [CalendarColor](../../calendarcolor/)
* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: CalendarInfo.DefaultOnlineMeetingProvider
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. The default online meeting provider for meetings sent from this calendar. Possible values are unknown skypeForBusiness skypeForConsumer teamsForBusiness
type: docs
weight: 50
url: /net/aspose.email.clients.graph/calendarinfo/defaultonlinemeetingprovider/
---
## CalendarInfo.DefaultOnlineMeetingProvider property

The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.

```csharp
public OnlineMeetingProvider DefaultOnlineMeetingProvider { get; set; }
```

### See Also

* enum [OnlineMeetingProvider](../../onlinemeetingprovider/)
* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.IsDefaultCalendar
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. true if this is the default calendar where new events are created by default false otherwise
type: docs
weight: 60
url: /net/aspose.email.clients.graph/calendarinfo/isdefaultcalendar/
---
## CalendarInfo.IsDefaultCalendar property

true if this is the default calendar where new events are created by default, false otherwise.

```csharp
public bool IsDefaultCalendar { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.IsRemovable
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. Indicates whether this user calendar can be deleted from the user mailbox
type: docs
weight: 70
url: /net/aspose.email.clients.graph/calendarinfo/isremovable/
---
## CalendarInfo.IsRemovable property

Indicates whether this user calendar can be deleted from the user mailbox.

```csharp
public bool IsRemovable { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.IsTallyingResponses
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users primary calendars support tracking of meeting responses
type: docs
weight: 80
url: /net/aspose.email.clients.graph/calendarinfo/istallyingresponses/
---
## CalendarInfo.IsTallyingResponses property

Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.

```csharp
public bool IsTallyingResponses { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: CalendarInfo.ItemId
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. Gets string representation of entry ID
type: docs
weight: 90
url: /net/aspose.email.clients.graph/calendarinfo/itemid/
---
## CalendarInfo.ItemId property

Gets string representation of entry ID.

```csharp
public virtual string ItemId { get; }
```

### Property Value

The entry id string.

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


23 changes: 23 additions & 0 deletions english/net/aspose.email.clients.graph/calendarinfo/name/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CalendarInfo.Name
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. Gets or sets the name of Calendar
type: docs
weight: 100
url: /net/aspose.email.clients.graph/calendarinfo/name/
---
## CalendarInfo.Name property

Gets or sets the name of Calendar.

```csharp
public virtual string Name { get; set; }
```

### See Also

* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: CalendarInfo.Owner
second_title: Aspose.Email for .NET API Reference
description: CalendarInfo property. If set this represents the user who created or added the calendar. For a calendar that the user created or added the owner property is set to the user. For a calendar shared with the user the owner property is set to the person who shared that calendar with the user
type: docs
weight: 110
url: /net/aspose.email.clients.graph/calendarinfo/owner/
---
## CalendarInfo.Owner property

If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.

```csharp
public MailAddress Owner { get; set; }
```

### See Also

* class [MailAddress](../../../aspose.email/mailaddress/)
* class [CalendarInfo](../)
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/)
* assembly [Aspose.Email](../../../)


Loading

0 comments on commit f2f6610

Please sign in to comment.