diff --git a/english/java/com.aspose.email/_index.md b/english/java/com.aspose.email/_index.md index 56f8a39694..08ead32079 100644 --- a/english/java/com.aspose.email/_index.md +++ b/english/java/com.aspose.email/_index.md @@ -398,6 +398,7 @@ Contains Java API classes that enables to read and write Microsoft Outlook | [MapiCalendarAttendees](../com.aspose.email/mapicalendarattendees) | Represents the mapi calendar attendees | | [MapiCalendarBusyStatus](../com.aspose.email/mapicalendarbusystatus) | Enumerates the mapi calendar possible busy status | | [MapiCalendarClientIntent](../com.aspose.email/mapicalendarclientintent) | Enumerates the actions the user can taken on the Meeting object | +| [MapiCalendarCollection](../com.aspose.email/mapicalendarcollection) | Represents the collection of [MapiCalendar](../com.aspose.email/mapicalendar) | | [MapiCalendarDailyRecurrencePattern](../com.aspose.email/mapicalendardailyrecurrencepattern) | Represents the daily recurrence pattern of the mapi calendar | | [MapiCalendarDayOfWeek](../com.aspose.email/mapicalendardayofweek) | Enumerates the days of week of the mapi calendar recurrence pattern | | [MapiCalendarEventRecurrence](../com.aspose.email/mapicalendareventrecurrence) | Represents the recurrence properties of calendar object | @@ -565,6 +566,7 @@ Contains Java API classes that enables to read and write Microsoft Outlook | [ObjectIdentifier](../com.aspose.email/objectidentifier) | Contains object identification information | | [OleDocumentFormat](../com.aspose.email/oledocumentformat) | Represents the format for OLE document. | | [OlmFolder](../com.aspose.email/olmfolder) | Represents folder information in OLM storage. | +| [OlmItemCategory](../com.aspose.email/olmitemcategory) | Represents an Outlook item category. | | [OlmMessageInfo](../com.aspose.email/olmmessageinfo) | Represents an information about message in the OLM storage. | | [OlmStorage](../com.aspose.email/olmstorage) | Represents Outlook for Mac storage (.OLM) file. | | [OnenoteOperation](../com.aspose.email/onenoteoperation) | The status of certain long-running OneNote operations. | diff --git a/english/java/com.aspose.email/bindipendpointhandler/_index.md b/english/java/com.aspose.email/bindipendpointhandler/_index.md index aa1f02620f..144d878c0c 100644 --- a/english/java/com.aspose.email/bindipendpointhandler/_index.md +++ b/english/java/com.aspose.email/bindipendpointhandler/_index.md @@ -3,7 +3,7 @@ title: BindIPEndPointHandler second_title: Aspose.Email for Java API Reference description: Use the BindIPEndPointHandler if you need to use a specific local endpoint. type: docs -weight: 746 +weight: 748 url: /java/com.aspose.email/bindipendpointhandler/ --- ``` diff --git a/english/java/com.aspose.email/contactsaveoptions/_index.md b/english/java/com.aspose.email/contactsaveoptions/_index.md index 19930f21e0..98441457f8 100644 --- a/english/java/com.aspose.email/contactsaveoptions/_index.md +++ b/english/java/com.aspose.email/contactsaveoptions/_index.md @@ -21,9 +21,11 @@ Represents the base contact save options | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getClass()](#getClass--) | | | [getSaveFormat()](#getSaveFormat--) | Gets a save format | +| [getVersion()](#getVersion--) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -61,6 +63,16 @@ public final int getSaveFormat() Gets a save format +**Returns:** +int +### getVersion() {#getVersion--} +``` +public final int getVersion() +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + **Returns:** int ### hashCode() {#hashCode--} @@ -89,6 +101,19 @@ public final native void notifyAll() +### setVersion(int value) {#setVersion-int-} +``` +public final void setVersion(int value) +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.email/conversionprogresseventhandler/_index.md b/english/java/com.aspose.email/conversionprogresseventhandler/_index.md index 22fd045181..8780f6fec2 100644 --- a/english/java/com.aspose.email/conversionprogresseventhandler/_index.md +++ b/english/java/com.aspose.email/conversionprogresseventhandler/_index.md @@ -3,7 +3,7 @@ title: ConversionProgressEventHandler second_title: Aspose.Email for Java API Reference description: Represents signature for method that usually supplied by calling side and handles progress events. type: docs -weight: 747 +weight: 749 url: /java/com.aspose.email/conversionprogresseventhandler/ --- ``` diff --git a/english/java/com.aspose.email/foldercreationoptions/_index.md b/english/java/com.aspose.email/foldercreationoptions/_index.md index 35c232a4da..6096992435 100644 --- a/english/java/com.aspose.email/foldercreationoptions/_index.md +++ b/english/java/com.aspose.email/foldercreationoptions/_index.md @@ -30,12 +30,14 @@ Represents the options for creating a subfolder in the Outlook PST message store | [getClass()](#getClass--) | | | [getContainerClass()](#getContainerClass--) | Gets or sets the container class for the new subfolder. | | [getCreateHierarchy()](#getCreateHierarchy--) | Gets or sets a value indicating whether to create the hierarchy of parent folders. | +| [getEnforceContainerClassMatching()](#getEnforceContainerClassMatching--) | Gets or sets a value indicating whether to enforce container class checking. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | | [setAllowNameCaseDifference(boolean value)](#setAllowNameCaseDifference-boolean-) | Gets or sets a value indicating whether to allow a difference in name casing when comparing folder names. | | [setContainerClass(String value)](#setContainerClass-java.lang.String-) | Gets or sets the container class for the new subfolder. | | [setCreateHierarchy(boolean value)](#setCreateHierarchy-boolean-) | Gets or sets a value indicating whether to create the hierarchy of parent folders. | +| [setEnforceContainerClassMatching(boolean value)](#setEnforceContainerClassMatching-boolean-) | Gets or sets a value indicating whether to enforce container class checking. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -146,6 +148,22 @@ Value: true if the hierarchy of parent folders should be created. In this case When specifying the subfolder path, use the backslash (\\) as the separator between folder names. For example, "parent1\\parent2\\subfolder". +**Returns:** +boolean +### getEnforceContainerClassMatching() {#getEnforceContainerClassMatching--} +``` +public final boolean getEnforceContainerClassMatching() +``` + + +Gets or sets a value indicating whether to enforce container class checking. + +Value: True if container class checking should be enforced; otherwise, false. Default is false. + +-------------------- + +Specifies whether to enforce checking the container class of the folder being added against the container class of the parent folder. If set to true, an exception will be thrown if the container classes do not match. + **Returns:** boolean ### hashCode() {#hashCode--} @@ -229,6 +247,25 @@ When specifying the subfolder path, use the backslash (\\) as the separator betw | --- | --- | --- | | value | boolean | | +### setEnforceContainerClassMatching(boolean value) {#setEnforceContainerClassMatching-boolean-} +``` +public final void setEnforceContainerClassMatching(boolean value) +``` + + +Gets or sets a value indicating whether to enforce container class checking. + +Value: True if container class checking should be enforced; otherwise, false. Default is false. + +-------------------- + +Specifies whether to enforce checking the container class of the folder being added against the container class of the parent folder. If set to true, an exception will be thrown if the container classes do not match. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.email/htmlsaveoptions/_index.md b/english/java/com.aspose.email/htmlsaveoptions/_index.md index 9f29304548..d023336473 100644 --- a/english/java/com.aspose.email/htmlsaveoptions/_index.md +++ b/english/java/com.aspose.email/htmlsaveoptions/_index.md @@ -47,7 +47,7 @@ Allows to specify additional options when saving MailMessage to Html format. | [getRenderingHeaders()](#getRenderingHeaders--) | Gets list of headers for rendering. | | [getResourceHtmlRenderingHandler()](#getResourceHtmlRenderingHandler--) | Provides customization of rendering resources in html. | | [getResourceRenderingMode()](#getResourceRenderingMode--) | Provides set various modes of rendering resources in html. | -| [getUseRelativePathToResources()](#getUseRelativePathToResources--) | If true then resources will be saved in folder htmlFileName.files in the same folder that html file and the relative path to resources will be added in html content , otherwise absolute path from ResourceHtmlRenderingEventArgs.PathToResourceFile property will be used for saving resources and adding to html. | +| [getUseRelativePathToResources()](#getUseRelativePathToResources--) | Default value is false. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | @@ -63,7 +63,7 @@ Allows to specify additional options when saving MailMessage to Html format. | [setRenderedContactFields(int value)](#setRenderedContactFields-int-) | Defines groups of Contact fields which will be included in output mhtml. | | [setResourceHtmlRenderingHandler(ResourceHtmlRenderingHandler value)](#setResourceHtmlRenderingHandler-com.aspose.email.ResourceHtmlRenderingHandler-) | Provides customization of rendering resources in html. | | [setResourceRenderingMode(int value)](#setResourceRenderingMode-int-) | Provides set various modes of rendering resources in html. | -| [setUseRelativePathToResources(boolean value)](#setUseRelativePathToResources-boolean-) | If true then resources will be saved in folder htmlFileName.files in the same folder that html file and the relative path to resources will be added in html content , otherwise absolute path from ResourceHtmlRenderingEventArgs.PathToResourceFile property will be used for saving resources and adding to html. | +| [setUseRelativePathToResources(boolean value)](#setUseRelativePathToResources-boolean-) | Default value is false. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -348,7 +348,7 @@ public final boolean getUseRelativePathToResources() ``` -If true then resources will be saved in folder htmlFileName.files in the same folder that html file and the relative path to resources will be added in html content , otherwise absolute path from ResourceHtmlRenderingEventArgs.PathToResourceFile property will be used for saving resources and adding to html. It make sense if ResourceRenderingMode is ResourceRenderingMode.SaveToFile. Default value is false. +Default value is false. **Returns:** boolean @@ -554,7 +554,7 @@ public final void setUseRelativePathToResources(boolean value) ``` -If true then resources will be saved in folder htmlFileName.files in the same folder that html file and the relative path to resources will be added in html content , otherwise absolute path from ResourceHtmlRenderingEventArgs.PathToResourceFile property will be used for saving resources and adding to html. It make sense if ResourceRenderingMode is ResourceRenderingMode.SaveToFile. Default value is false. +Default value is false. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.email/hyperlinkrenderingcallback/_index.md b/english/java/com.aspose.email/hyperlinkrenderingcallback/_index.md index a2c455a37d..dc69a28744 100644 --- a/english/java/com.aspose.email/hyperlinkrenderingcallback/_index.md +++ b/english/java/com.aspose.email/hyperlinkrenderingcallback/_index.md @@ -3,7 +3,7 @@ title: HyperlinkRenderingCallback second_title: Aspose.Email for Java API Reference description: Provides possibility to handle rendering of hyperlink in custom style. type: docs -weight: 748 +weight: 750 url: /java/com.aspose.email/hyperlinkrenderingcallback/ --- ``` diff --git a/english/java/com.aspose.email/iappender/_index.md b/english/java/com.aspose.email/iappender/_index.md index fca3014442..ef6bb5c35b 100644 --- a/english/java/com.aspose.email/iappender/_index.md +++ b/english/java/com.aspose.email/iappender/_index.md @@ -3,7 +3,7 @@ title: IAppender second_title: Aspose.Email for Java API Reference description: Implement this interface for your own strategies for printing log entries. type: docs -weight: 749 +weight: 751 url: /java/com.aspose.email/iappender/ --- ``` diff --git a/english/java/com.aspose.email/iasyncresultext/_index.md b/english/java/com.aspose.email/iasyncresultext/_index.md index 3087e3461f..f9adb0724a 100644 --- a/english/java/com.aspose.email/iasyncresultext/_index.md +++ b/english/java/com.aspose.email/iasyncresultext/_index.md @@ -3,7 +3,7 @@ title: IAsyncResultExt second_title: Aspose.Email for Java API Reference description: Represents the extended status of an asynchronous operation. type: docs -weight: 750 +weight: 752 url: /java/com.aspose.email/iasyncresultext/ --- diff --git a/english/java/com.aspose.email/iattachment/_index.md b/english/java/com.aspose.email/iattachment/_index.md index fd2e8017f0..1942851372 100644 --- a/english/java/com.aspose.email/iattachment/_index.md +++ b/english/java/com.aspose.email/iattachment/_index.md @@ -3,7 +3,7 @@ title: IAttachment second_title: Aspose.Email for Java API Reference description: Represents a common attachment interface type: docs -weight: 751 +weight: 753 url: /java/com.aspose.email/iattachment/ --- ``` diff --git a/english/java/com.aspose.email/ibasegmailclient/_index.md b/english/java/com.aspose.email/ibasegmailclient/_index.md index 2bc8a7cce6..1f4e503309 100644 --- a/english/java/com.aspose.email/ibasegmailclient/_index.md +++ b/english/java/com.aspose.email/ibasegmailclient/_index.md @@ -3,7 +3,7 @@ title: IBaseGmailClient second_title: Aspose.Email for Java API Reference description: Interface for base class of Gmail client type: docs -weight: 752 +weight: 754 url: /java/com.aspose.email/ibasegmailclient/ --- diff --git a/english/java/com.aspose.email/iconnection/_index.md b/english/java/com.aspose.email/iconnection/_index.md index f9aa0d8df3..338915b2bf 100644 --- a/english/java/com.aspose.email/iconnection/_index.md +++ b/english/java/com.aspose.email/iconnection/_index.md @@ -3,7 +3,7 @@ title: IConnection second_title: Aspose.Email for Java API Reference description: IConnectionAdapter allows to manage connection to a server. type: docs -weight: 753 +weight: 755 url: /java/com.aspose.email/iconnection/ --- diff --git a/english/java/com.aspose.email/ideliveryserviceclient/_index.md b/english/java/com.aspose.email/ideliveryserviceclient/_index.md index 9f434797b3..f33f5c93a4 100644 --- a/english/java/com.aspose.email/ideliveryserviceclient/_index.md +++ b/english/java/com.aspose.email/ideliveryserviceclient/_index.md @@ -3,7 +3,7 @@ title: IDeliveryServiceClient second_title: Aspose.Email for Java API Reference description: Represents contract for DeliveryServiceClient type: docs -weight: 754 +weight: 756 url: /java/com.aspose.email/ideliveryserviceclient/ --- diff --git a/english/java/com.aspose.email/iewsclient/_index.md b/english/java/com.aspose.email/iewsclient/_index.md index 24c9b9d442..1473e5624f 100644 --- a/english/java/com.aspose.email/iewsclient/_index.md +++ b/english/java/com.aspose.email/iewsclient/_index.md @@ -3,7 +3,7 @@ title: IEWSClient second_title: Aspose.Email for Java API Reference description: Represents the interface for Exchange client. type: docs -weight: 755 +weight: 757 url: /java/com.aspose.email/iewsclient/ --- diff --git a/english/java/com.aspose.email/iexchangeclientbase/_index.md b/english/java/com.aspose.email/iexchangeclientbase/_index.md index 7504224c80..64e7ddd398 100644 --- a/english/java/com.aspose.email/iexchangeclientbase/_index.md +++ b/english/java/com.aspose.email/iexchangeclientbase/_index.md @@ -3,7 +3,7 @@ title: IExchangeClientBase second_title: Aspose.Email for Java API Reference description: Represents the interface for base Exchange clients. type: docs -weight: 756 +weight: 758 url: /java/com.aspose.email/iexchangeclientbase/ --- diff --git a/english/java/com.aspose.email/iformatter/_index.md b/english/java/com.aspose.email/iformatter/_index.md index 84d65c57a3..76b64cfa4d 100644 --- a/english/java/com.aspose.email/iformatter/_index.md +++ b/english/java/com.aspose.email/iformatter/_index.md @@ -3,7 +3,7 @@ title: IFormatter second_title: Aspose.Email for Java API Reference description: Represents the interface for formatting log entry messsages. type: docs -weight: 757 +weight: 759 url: /java/com.aspose.email/iformatter/ --- ``` diff --git a/english/java/com.aspose.email/igmailclient/_index.md b/english/java/com.aspose.email/igmailclient/_index.md index c505e5dbf4..213919a057 100644 --- a/english/java/com.aspose.email/igmailclient/_index.md +++ b/english/java/com.aspose.email/igmailclient/_index.md @@ -3,7 +3,7 @@ title: IGmailClient second_title: Aspose.Email for Java API Reference description: Represents the interface for Gmail client type: docs -weight: 758 +weight: 760 url: /java/com.aspose.email/igmailclient/ --- diff --git a/english/java/com.aspose.email/ignoreexceptionscallback/_index.md b/english/java/com.aspose.email/ignoreexceptionscallback/_index.md index 6f79e2cfe8..cad4a503bf 100644 --- a/english/java/com.aspose.email/ignoreexceptionscallback/_index.md +++ b/english/java/com.aspose.email/ignoreexceptionscallback/_index.md @@ -3,7 +3,7 @@ title: IgnoreExceptionsCallback second_title: Aspose.Email for Java API Reference description: Ignore Exceptions callback. type: docs -weight: 771 +weight: 773 url: /java/com.aspose.email/ignoreexceptionscallback/ --- ``` diff --git a/english/java/com.aspose.email/ignoreexceptionslogcallback/_index.md b/english/java/com.aspose.email/ignoreexceptionslogcallback/_index.md index 1ee0eddaeb..187f4f64e8 100644 --- a/english/java/com.aspose.email/ignoreexceptionslogcallback/_index.md +++ b/english/java/com.aspose.email/ignoreexceptionslogcallback/_index.md @@ -3,7 +3,7 @@ title: IgnoreExceptionsLogCallback second_title: Aspose.Email for Java API Reference description: Ignored Exceptions Log callback. type: docs -weight: 772 +weight: 774 url: /java/com.aspose.email/ignoreexceptionslogcallback/ --- ``` diff --git a/english/java/com.aspose.email/igraphclient/_index.md b/english/java/com.aspose.email/igraphclient/_index.md index ffc475932a..3850934bdf 100644 --- a/english/java/com.aspose.email/igraphclient/_index.md +++ b/english/java/com.aspose.email/igraphclient/_index.md @@ -3,7 +3,7 @@ title: IGraphClient second_title: Aspose.Email for Java API Reference description: Represents the interface for Exchange REST client. type: docs -weight: 759 +weight: 761 url: /java/com.aspose.email/igraphclient/ --- @@ -25,6 +25,7 @@ Represents the interface for Exchange REST client. | [createCategory(String displayName, int preset)](#createCategory-java.lang.String-int-) | Creates an [OutlookCategory](../../com.aspose.email/outlookcategory) object in the user's master list of categories. | | [createFolder(String folderName)](#createFolder-java.lang.String-) | Create new folder. | | [createFolder(String parentFolderId, String folderName)](#createFolder-java.lang.String-java.lang.String-) | Create new folder. | +| [createMessage(String folderId, MailMessage message)](#createMessage-java.lang.String-com.aspose.email.MailMessage-) | Creates message in specified folder | | [createMessage(String folderId, MapiMessage message)](#createMessage-java.lang.String-com.aspose.email.MapiMessage-) | Creates message in specified folder | | [createNotebook(Notebook notebook)](#createNotebook-com.aspose.email.Notebook-) | Create a new OneNote notebook. | | [createOrUpdateOverride(ClassificationOverride classificationOverride)](#createOrUpdateOverride-com.aspose.email.ClassificationOverride-) | Create an override for a sender identified by an SMTP address. | @@ -60,6 +61,7 @@ Represents the interface for Exchange REST client. | [listRulesInternal()](#listRulesInternal--) | | | [moveFolder(String newParentId, String itemId)](#moveFolder-java.lang.String-java.lang.String-) | Move a mailfolder and its contents to another mailfolder. | | [moveMessage(String newParentId, String itemId)](#moveMessage-java.lang.String-java.lang.String-) | Move a message to another mailfolder. | +| [send(MailMessage message)](#send-com.aspose.email.MailMessage-) | Sends email message using MIME format | | [send(MapiMessage message)](#send-com.aspose.email.MapiMessage-) | Sends email message | | [send(MapiMessage message, boolean saveToSentItems)](#send-com.aspose.email.MapiMessage-boolean-) | Sends email message | | [send(String itemId)](#send-java.lang.String-) | Send a message in the draft folder. | @@ -190,6 +192,22 @@ Create new folder. **Returns:** [GraphFolderInfo](../../com.aspose.email/graphfolderinfo) - Returns folder for specified id +### createMessage(String folderId, MailMessage message) {#createMessage-java.lang.String-com.aspose.email.MailMessage-} +``` +public abstract MailMessage createMessage(String folderId, MailMessage message) +``` + + +Creates message in specified folder + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| folderId | java.lang.String | Parent folder id | +| message | [MailMessage](../../com.aspose.email/mailmessage) | Mime message to be created | + +**Returns:** +[MailMessage](../../com.aspose.email/mailmessage) - Created message ### createMessage(String folderId, MapiMessage message) {#createMessage-java.lang.String-com.aspose.email.MapiMessage-} ``` public abstract MapiMessage createMessage(String folderId, MapiMessage message) @@ -642,6 +660,19 @@ Move a message to another mailfolder. **Returns:** [MapiMessage](../../com.aspose.email/mapimessage) - Moved folder +### send(MailMessage message) {#send-com.aspose.email.MailMessage-} +``` +public abstract void send(MailMessage message) +``` + + +Sends email message using MIME format + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| message | [MailMessage](../../com.aspose.email/mailmessage) | Mime message to send | + ### send(MapiMessage message) {#send-com.aspose.email.MapiMessage-} ``` public abstract void send(MapiMessage message) diff --git a/english/java/com.aspose.email/iimapmonitoringstate/_index.md b/english/java/com.aspose.email/iimapmonitoringstate/_index.md index 897581c234..311b7df9e7 100644 --- a/english/java/com.aspose.email/iimapmonitoringstate/_index.md +++ b/english/java/com.aspose.email/iimapmonitoringstate/_index.md @@ -3,7 +3,7 @@ title: IImapMonitoringState second_title: Aspose.Email for Java API Reference description: Holds folder monitoring state. type: docs -weight: 760 +weight: 762 url: /java/com.aspose.email/iimapmonitoringstate/ --- ``` diff --git a/english/java/com.aspose.email/imailaddress/_index.md b/english/java/com.aspose.email/imailaddress/_index.md index 1ddcb86c1d..b95c3529c7 100644 --- a/english/java/com.aspose.email/imailaddress/_index.md +++ b/english/java/com.aspose.email/imailaddress/_index.md @@ -3,7 +3,7 @@ title: IMailAddress second_title: Aspose.Email for Java API Reference description: Represents a common mail address interface type: docs -weight: 761 +weight: 763 url: /java/com.aspose.email/imailaddress/ --- ``` diff --git a/english/java/com.aspose.email/imailtransferagent/_index.md b/english/java/com.aspose.email/imailtransferagent/_index.md index 792694484a..e9b9c01096 100644 --- a/english/java/com.aspose.email/imailtransferagent/_index.md +++ b/english/java/com.aspose.email/imailtransferagent/_index.md @@ -3,7 +3,7 @@ title: IMailTransferAgent second_title: Aspose.Email for Java API Reference description: Provides the base interface for mail transfer agents. type: docs -weight: 762 +weight: 764 url: /java/com.aspose.email/imailtransferagent/ --- diff --git a/english/java/com.aspose.email/imapimessageitem/_index.md b/english/java/com.aspose.email/imapimessageitem/_index.md index 611d384785..f931bb931e 100644 --- a/english/java/com.aspose.email/imapimessageitem/_index.md +++ b/english/java/com.aspose.email/imapimessageitem/_index.md @@ -3,7 +3,7 @@ title: IMapiMessageItem second_title: Aspose.Email for Java API Reference description: Base interface for all message items in Outlook type: docs -weight: 763 +weight: 765 url: /java/com.aspose.email/imapimessageitem/ --- ``` diff --git a/english/java/com.aspose.email/imessage/_index.md b/english/java/com.aspose.email/imessage/_index.md index de506c9a69..4578785ef0 100644 --- a/english/java/com.aspose.email/imessage/_index.md +++ b/english/java/com.aspose.email/imessage/_index.md @@ -3,7 +3,7 @@ title: IMessage second_title: Aspose.Email for Java API Reference description: Represents a common message interface type: docs -weight: 764 +weight: 766 url: /java/com.aspose.email/imessage/ --- ``` diff --git a/english/java/com.aspose.email/imessageformatter/_index.md b/english/java/com.aspose.email/imessageformatter/_index.md index 6c04823310..709d484749 100644 --- a/english/java/com.aspose.email/imessageformatter/_index.md +++ b/english/java/com.aspose.email/imessageformatter/_index.md @@ -3,7 +3,7 @@ title: IMessageFormatter second_title: Aspose.Email for Java API Reference description: Provides a mechanism for retrieving an object to Message formatting. type: docs -weight: 765 +weight: 767 url: /java/com.aspose.email/imessageformatter/ --- ``` diff --git a/english/java/com.aspose.email/imessageobjectpropertycontainer/_index.md b/english/java/com.aspose.email/imessageobjectpropertycontainer/_index.md index e6cfbb6f34..ffd842f85f 100644 --- a/english/java/com.aspose.email/imessageobjectpropertycontainer/_index.md +++ b/english/java/com.aspose.email/imessageobjectpropertycontainer/_index.md @@ -3,7 +3,7 @@ title: IMessageObjectPropertyContainer second_title: Aspose.Email for Java API Reference description: Defines an interface for container which contains entries. type: docs -weight: 766 +weight: 768 url: /java/com.aspose.email/imessageobjectpropertycontainer/ --- ``` diff --git a/english/java/com.aspose.email/imultipleservicestokenprovider/_index.md b/english/java/com.aspose.email/imultipleservicestokenprovider/_index.md index f4e535e795..38186f3231 100644 --- a/english/java/com.aspose.email/imultipleservicestokenprovider/_index.md +++ b/english/java/com.aspose.email/imultipleservicestokenprovider/_index.md @@ -3,7 +3,7 @@ title: IMultipleServicesTokenProvider second_title: Aspose.Email for Java API Reference description: Defines interface allowing to retrieve access token. type: docs -weight: 767 +weight: 769 url: /java/com.aspose.email/imultipleservicestokenprovider/ --- diff --git a/english/java/com.aspose.email/inamedpropertytagprovider/_index.md b/english/java/com.aspose.email/inamedpropertytagprovider/_index.md index 17be1049a5..3e0223a07a 100644 --- a/english/java/com.aspose.email/inamedpropertytagprovider/_index.md +++ b/english/java/com.aspose.email/inamedpropertytagprovider/_index.md @@ -3,7 +3,7 @@ title: INamedPropertyTagProvider second_title: Aspose.Email for Java API Reference description: Interface of named mapi property tag provider. type: docs -weight: 768 +weight: 770 url: /java/com.aspose.email/inamedpropertytagprovider/ --- ``` diff --git a/english/java/com.aspose.email/ipreferredtextencodingprovider/_index.md b/english/java/com.aspose.email/ipreferredtextencodingprovider/_index.md index a9be9d4bdf..d4be91498a 100644 --- a/english/java/com.aspose.email/ipreferredtextencodingprovider/_index.md +++ b/english/java/com.aspose.email/ipreferredtextencodingprovider/_index.md @@ -3,7 +3,7 @@ title: IPreferredTextEncodingProvider second_title: Aspose.Email for Java API Reference description: Defines a interface for objects that can define PreferredTextEncoding. type: docs -weight: 769 +weight: 771 url: /java/com.aspose.email/ipreferredtextencodingprovider/ --- ``` diff --git a/english/java/com.aspose.email/itokenprovider/_index.md b/english/java/com.aspose.email/itokenprovider/_index.md index 978e90324b..7dfbb13e78 100644 --- a/english/java/com.aspose.email/itokenprovider/_index.md +++ b/english/java/com.aspose.email/itokenprovider/_index.md @@ -3,7 +3,7 @@ title: ITokenProvider second_title: Aspose.Email for Java API Reference description: Defines interface allowing to retrieve access token. type: docs -weight: 770 +weight: 772 url: /java/com.aspose.email/itokenprovider/ --- diff --git a/english/java/com.aspose.email/mailpriority/_index.md b/english/java/com.aspose.email/mailpriority/_index.md index a313ff259a..7f5b731623 100644 --- a/english/java/com.aspose.email/mailpriority/_index.md +++ b/english/java/com.aspose.email/mailpriority/_index.md @@ -3,7 +3,7 @@ title: MailPriority second_title: Aspose.Email for Java API Reference description: Represents the mail priopity type: docs -weight: 773 +weight: 775 url: /java/com.aspose.email/mailpriority/ --- diff --git a/english/java/com.aspose.email/mailsensitivity/_index.md b/english/java/com.aspose.email/mailsensitivity/_index.md index 871be214c5..a0711922f9 100644 --- a/english/java/com.aspose.email/mailsensitivity/_index.md +++ b/english/java/com.aspose.email/mailsensitivity/_index.md @@ -3,7 +3,7 @@ title: MailSensitivity second_title: Aspose.Email for Java API Reference description: Specifies the sensitivity of a MailMessage. type: docs -weight: 774 +weight: 776 url: /java/com.aspose.email/mailsensitivity/ --- diff --git a/english/java/com.aspose.email/mapicalendarcollection/_index.md b/english/java/com.aspose.email/mapicalendarcollection/_index.md new file mode 100644 index 0000000000..84e14e6528 --- /dev/null +++ b/english/java/com.aspose.email/mapicalendarcollection/_index.md @@ -0,0 +1,1312 @@ +--- +title: MapiCalendarCollection +second_title: Aspose.Email for Java API Reference +description: Represents the collection of +type: docs +weight: 392 +url: /java/com.aspose.email/mapicalendarcollection/ +--- + +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Collections.Generic.List +``` +public final class MapiCalendarCollection extends System.Collections.Generic.List +``` + +Represents the collection of [MapiCalendar](../../com.aspose.email/mapicalendar) +## Constructors + +| Constructor | Description | +| --- | --- | +| [MapiCalendarCollection()](#MapiCalendarCollection--) | Initializes a new instance of the [MapiCalendarCollection](../../com.aspose.email/mapicalendarcollection) class. | +| [MapiCalendarCollection(System.Collections.Generic.IGenericEnumerable collection)](#MapiCalendarCollection-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-com.aspose.email.MapiCalendar--) | Initializes a new instance of the [MapiCalendarCollection](../../com.aspose.email/mapicalendarcollection) class. | +## Methods + +| Method | Description | +| --- | --- | +| [fromJava(List arg0)](#-T-fromJava-java.util.List-T--) | | +| [toArray(T[] arg0)](#-T-toArray-T---) | | +| [toJava(System.Collections.Generic.List arg0)](#-T-toJava-com.aspose.ms.System.Collections.Generic.List-T--) | | +| [convertAll(System.Converter arg0)](#-TOutput-convertAll-com.aspose.ms.System.Converter-T-TOutput--) | | +| [add(T arg0)](#add-T-) | | +| [add(int arg0, T arg1)](#add-int-T-) | | +| [addAll(int arg0, Collection arg1)](#addAll-int-java.util.Collection---extends-T--) | | +| [addAll(Collection arg0)](#addAll-java.util.Collection---extends-T--) | | +| [addItem(T arg0)](#addItem-T-) | | +| [addRange(T[] arg0)](#addRange-T---) | | +| [addRange(System.Collections.Generic.IGenericEnumerable arg0)](#addRange-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-T--) | | +| [asReadOnly()](#asReadOnly--) | | +| [binarySearch(T arg0)](#binarySearch-T-) | | +| [binarySearch(T arg0, Comparator arg1)](#binarySearch-T-java.util.Comparator-T--) | | +| [binarySearch(int arg0, int arg1, T arg2, Comparator arg3)](#binarySearch-int-int-T-java.util.Comparator-T--) | | +| [clear()](#clear--) | | +| [contains(Object arg0)](#contains-java.lang.Object-) | | +| [containsAll(Collection arg0)](#containsAll-java.util.Collection----) | | +| [containsItem(T arg0)](#containsItem-T-) | | +| [copyTo(T[] arg0)](#copyTo-T---) | | +| [copyTo(System.Array arg0, int arg1)](#copyTo-com.aspose.ms.System.Array-int-) | | +| [copyTo(int arg0, T[] arg1, int arg2, int arg3)](#copyTo-int-T---int-int-) | | +| [copyToTArray(T[] arg0, int arg1)](#copyToTArray-T---int-) | | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [exists(System.Predicate arg0)](#exists-com.aspose.ms.System.Predicate-T--) | | +| [find(System.Predicate arg0)](#find-com.aspose.ms.System.Predicate-T--) | | +| [findAll(System.Predicate arg0)](#findAll-com.aspose.ms.System.Predicate-T--) | | +| [findIndex(System.Predicate arg0)](#findIndex-com.aspose.ms.System.Predicate-T--) | | +| [findIndex(int arg0, System.Predicate arg1)](#findIndex-int-com.aspose.ms.System.Predicate-T--) | | +| [findIndex(int arg0, int arg1, System.Predicate arg2)](#findIndex-int-int-com.aspose.ms.System.Predicate-T--) | | +| [findLast(System.Predicate arg0)](#findLast-com.aspose.ms.System.Predicate-T--) | | +| [findLastIndex(System.Predicate arg0)](#findLastIndex-com.aspose.ms.System.Predicate-T--) | | +| [findLastIndex(int arg0, System.Predicate arg1)](#findLastIndex-int-com.aspose.ms.System.Predicate-T--) | | +| [findLastIndex(int arg0, int arg1, System.Predicate arg2)](#findLastIndex-int-int-com.aspose.ms.System.Predicate-T--) | | +| [forEach(System.Action arg0)](#forEach-com.aspose.ms.System.Action-T--) | | +| [get(int arg0)](#get-int-) | | +| [getCapacity()](#getCapacity--) | | +| [getClass()](#getClass--) | | +| [getRange(int arg0, int arg1)](#getRange-int-int-) | | +| [getSyncRoot()](#getSyncRoot--) | | +| [get_Item(int arg0)](#get-Item-int-) | | +| [hashCode()](#hashCode--) | | +| [indexOf(T arg0, int arg1)](#indexOf-T-int-) | | +| [indexOf(T arg0, int arg1, int arg2)](#indexOf-T-int-int-) | | +| [indexOf(Object arg0)](#indexOf-java.lang.Object-) | | +| [indexOfItem(T arg0)](#indexOfItem-T-) | | +| [insertItem(int arg0, T arg1)](#insertItem-int-T-) | | +| [insertRange(int arg0, System.Collections.Generic.IGenericEnumerable arg1)](#insertRange-int-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-T--) | | +| [isEmpty()](#isEmpty--) | | +| [isFixedSize()](#isFixedSize--) | | +| [isReadOnly()](#isReadOnly--) | | +| [isSynchronized()](#isSynchronized--) | | +| [iterator()](#iterator--) | | +| [lastIndexOf(T arg0, int arg1)](#lastIndexOf-T-int-) | | +| [lastIndexOf(T arg0, int arg1, int arg2)](#lastIndexOf-T-int-int-) | | +| [lastIndexOf(Object arg0)](#lastIndexOf-java.lang.Object-) | | +| [listIterator()](#listIterator--) | | +| [listIterator(int arg0)](#listIterator-int-) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [remove(int arg0)](#remove-int-) | | +| [remove(Object arg0)](#remove-java.lang.Object-) | | +| [removeAll(System.Predicate arg0)](#removeAll-com.aspose.ms.System.Predicate-T--) | | +| [removeAll(Collection arg0)](#removeAll-java.util.Collection----) | | +| [removeAt(int arg0)](#removeAt-int-) | | +| [removeItem(T arg0)](#removeItem-T-) | | +| [removeRange(int arg0, int arg1)](#removeRange-int-int-) | | +| [retainAll(Collection arg0)](#retainAll-java.util.Collection----) | | +| [reverse()](#reverse--) | | +| [reverse(int arg0, int arg1)](#reverse-int-int-) | | +| [set(int arg0, T arg1)](#set-int-T-) | | +| [setCapacity(int arg0)](#setCapacity-int-) | | +| [set_Item(int arg0, T arg1)](#set-Item-int-T-) | | +| [size()](#size--) | | +| [sort()](#sort--) | | +| [sort(System.Comparison arg0)](#sort-com.aspose.ms.System.Comparison-T--) | | +| [sort(int arg0, int arg1, Comparator arg2)](#sort-int-int-java.util.Comparator-T--) | | +| [sort(Comparator arg0)](#sort-java.util.Comparator---super-T--) | | +| [subList(int arg0, int arg1)](#subList-int-int-) | | +| [toArray()](#toArray--) | | +| [toString()](#toString--) | | +| [to_MapiCalendarCollection(MapiCalendar[] contacts)](#to-MapiCalendarCollection-com.aspose.email.MapiCalendar---) | Converts array to collection | +| [trimExcess()](#trimExcess--) | | +| [trueForAll(System.Predicate arg0)](#trueForAll-com.aspose.ms.System.Predicate-T--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### MapiCalendarCollection() {#MapiCalendarCollection--} +``` +public MapiCalendarCollection() +``` + + +Initializes a new instance of the [MapiCalendarCollection](../../com.aspose.email/mapicalendarcollection) class. + +### MapiCalendarCollection(System.Collections.Generic.IGenericEnumerable collection) {#MapiCalendarCollection-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-com.aspose.email.MapiCalendar--} +``` +public MapiCalendarCollection(System.Collections.Generic.IGenericEnumerable collection) +``` + + +Initializes a new instance of the [MapiCalendarCollection](../../com.aspose.email/mapicalendarcollection) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| collection | com.aspose.ms.System.Collections.Generic.IGenericEnumerable | Initial items of collection | + +### fromJava(List arg0) {#-T-fromJava-java.util.List-T--} +``` +public static System.Collections.Generic.List fromJava(List arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.List | | + +**Returns:** +com.aspose.ms.System.Collections.Generic.List +### toArray(T[] arg0) {#-T-toArray-T---} +``` +public T[] toArray(T[] arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T[] | | + +**Returns:** +T[] +### toJava(System.Collections.Generic.List arg0) {#-T-toJava-com.aspose.ms.System.Collections.Generic.List-T--} +``` +public static List toJava(System.Collections.Generic.List arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Collections.Generic.List | | + +**Returns:** +java.util.List +### convertAll(System.Converter arg0) {#-TOutput-convertAll-com.aspose.ms.System.Converter-T-TOutput--} +``` +public System.Collections.Generic.List convertAll(System.Converter arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Converter | | + +**Returns:** +com.aspose.ms.System.Collections.Generic.List +### add(T arg0) {#add-T-} +``` +public boolean add(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +**Returns:** +boolean +### add(int arg0, T arg1) {#add-int-T-} +``` +public void add(int arg0, T arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | T | | + +### addAll(int arg0, Collection arg1) {#addAll-int-java.util.Collection---extends-T--} +``` +public boolean addAll(int arg0, Collection arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | java.util.Collection | | + +**Returns:** +boolean +### addAll(Collection arg0) {#addAll-java.util.Collection---extends-T--} +``` +public boolean addAll(Collection arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.Collection | | + +**Returns:** +boolean +### addItem(T arg0) {#addItem-T-} +``` +public void addItem(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +### addRange(T[] arg0) {#addRange-T---} +``` +public void addRange(T[] arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T[] | | + +### addRange(System.Collections.Generic.IGenericEnumerable arg0) {#addRange-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-T--} +``` +public void addRange(System.Collections.Generic.IGenericEnumerable arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Collections.Generic.IGenericEnumerable | | + +### asReadOnly() {#asReadOnly--} +``` +public System.Collections.ObjectModel.ReadOnlyCollection asReadOnly() +``` + + + + +**Returns:** +com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection +### binarySearch(T arg0) {#binarySearch-T-} +``` +public int binarySearch(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +**Returns:** +int +### binarySearch(T arg0, Comparator arg1) {#binarySearch-T-java.util.Comparator-T--} +``` +public int binarySearch(T arg0, Comparator arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | +| arg1 | java.util.Comparator | | + +**Returns:** +int +### binarySearch(int arg0, int arg1, T arg2, Comparator arg3) {#binarySearch-int-int-T-java.util.Comparator-T--} +``` +public int binarySearch(int arg0, int arg1, T arg2, Comparator arg3) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | +| arg2 | T | | +| arg3 | java.util.Comparator | | + +**Returns:** +int +### clear() {#clear--} +``` +public void clear() +``` + + + + +### contains(Object arg0) {#contains-java.lang.Object-} +``` +public boolean contains(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### containsAll(Collection arg0) {#containsAll-java.util.Collection----} +``` +public boolean containsAll(Collection arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.Collection | | + +**Returns:** +boolean +### containsItem(T arg0) {#containsItem-T-} +``` +public boolean containsItem(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +**Returns:** +boolean +### copyTo(T[] arg0) {#copyTo-T---} +``` +public void copyTo(T[] arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T[] | | + +### copyTo(System.Array arg0, int arg1) {#copyTo-com.aspose.ms.System.Array-int-} +``` +public void copyTo(System.Array arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Array | | +| arg1 | int | | + +### copyTo(int arg0, T[] arg1, int arg2, int arg3) {#copyTo-int-T---int-int-} +``` +public void copyTo(int arg0, T[] arg1, int arg2, int arg3) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | T[] | | +| arg2 | int | | +| arg3 | int | | + +### copyToTArray(T[] arg0, int arg1) {#copyToTArray-T---int-} +``` +public void copyToTArray(T[] arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T[] | | +| arg1 | int | | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### exists(System.Predicate arg0) {#exists-com.aspose.ms.System.Predicate-T--} +``` +public boolean exists(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +boolean +### find(System.Predicate arg0) {#find-com.aspose.ms.System.Predicate-T--} +``` +public T find(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +T +### findAll(System.Predicate arg0) {#findAll-com.aspose.ms.System.Predicate-T--} +``` +public System.Collections.Generic.List findAll(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +com.aspose.ms.System.Collections.Generic.List +### findIndex(System.Predicate arg0) {#findIndex-com.aspose.ms.System.Predicate-T--} +``` +public int findIndex(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### findIndex(int arg0, System.Predicate arg1) {#findIndex-int-com.aspose.ms.System.Predicate-T--} +``` +public int findIndex(int arg0, System.Predicate arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### findIndex(int arg0, int arg1, System.Predicate arg2) {#findIndex-int-int-com.aspose.ms.System.Predicate-T--} +``` +public int findIndex(int arg0, int arg1, System.Predicate arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | +| arg2 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### findLast(System.Predicate arg0) {#findLast-com.aspose.ms.System.Predicate-T--} +``` +public T findLast(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +T +### findLastIndex(System.Predicate arg0) {#findLastIndex-com.aspose.ms.System.Predicate-T--} +``` +public int findLastIndex(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### findLastIndex(int arg0, System.Predicate arg1) {#findLastIndex-int-com.aspose.ms.System.Predicate-T--} +``` +public int findLastIndex(int arg0, System.Predicate arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### findLastIndex(int arg0, int arg1, System.Predicate arg2) {#findLastIndex-int-int-com.aspose.ms.System.Predicate-T--} +``` +public int findLastIndex(int arg0, int arg1, System.Predicate arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | +| arg2 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### forEach(System.Action arg0) {#forEach-com.aspose.ms.System.Action-T--} +``` +public void forEach(System.Action arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Action | | + +### get(int arg0) {#get-int-} +``` +public T get(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +**Returns:** +T +### getCapacity() {#getCapacity--} +``` +public int getCapacity() +``` + + + + +**Returns:** +int +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getRange(int arg0, int arg1) {#getRange-int-int-} +``` +public System.Collections.Generic.List getRange(int arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | + +**Returns:** +com.aspose.ms.System.Collections.Generic.List +### getSyncRoot() {#getSyncRoot--} +``` +public Object getSyncRoot() +``` + + + + +**Returns:** +java.lang.Object +### get_Item(int arg0) {#get-Item-int-} +``` +public T get_Item(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +**Returns:** +T +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### indexOf(T arg0, int arg1) {#indexOf-T-int-} +``` +public int indexOf(T arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | +| arg1 | int | | + +**Returns:** +int +### indexOf(T arg0, int arg1, int arg2) {#indexOf-T-int-int-} +``` +public int indexOf(T arg0, int arg1, int arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | +| arg1 | int | | +| arg2 | int | | + +**Returns:** +int +### indexOf(Object arg0) {#indexOf-java.lang.Object-} +``` +public int indexOf(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +int +### indexOfItem(T arg0) {#indexOfItem-T-} +``` +public int indexOfItem(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +**Returns:** +int +### insertItem(int arg0, T arg1) {#insertItem-int-T-} +``` +public void insertItem(int arg0, T arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | T | | + +### insertRange(int arg0, System.Collections.Generic.IGenericEnumerable arg1) {#insertRange-int-com.aspose.ms.System.Collections.Generic.IGenericEnumerable-T--} +``` +public void insertRange(int arg0, System.Collections.Generic.IGenericEnumerable arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | com.aspose.ms.System.Collections.Generic.IGenericEnumerable | | + +### isEmpty() {#isEmpty--} +``` +public boolean isEmpty() +``` + + + + +**Returns:** +boolean +### isFixedSize() {#isFixedSize--} +``` +public boolean isFixedSize() +``` + + + + +**Returns:** +boolean +### isReadOnly() {#isReadOnly--} +``` +public boolean isReadOnly() +``` + + + + +**Returns:** +boolean +### isSynchronized() {#isSynchronized--} +``` +public boolean isSynchronized() +``` + + + + +**Returns:** +boolean +### iterator() {#iterator--} +``` +public System.Collections.Generic.List.Enumerator iterator() +``` + + + + +**Returns:** +com.aspose.ms.System.Collections.Generic.List.Enumerator +### lastIndexOf(T arg0, int arg1) {#lastIndexOf-T-int-} +``` +public int lastIndexOf(T arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | +| arg1 | int | | + +**Returns:** +int +### lastIndexOf(T arg0, int arg1, int arg2) {#lastIndexOf-T-int-int-} +``` +public int lastIndexOf(T arg0, int arg1, int arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | +| arg1 | int | | +| arg2 | int | | + +**Returns:** +int +### lastIndexOf(Object arg0) {#lastIndexOf-java.lang.Object-} +``` +public int lastIndexOf(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +int +### listIterator() {#listIterator--} +``` +public ListIterator listIterator() +``` + + + + +**Returns:** +java.util.ListIterator +### listIterator(int arg0) {#listIterator-int-} +``` +public ListIterator listIterator(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +**Returns:** +java.util.ListIterator +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### remove(int arg0) {#remove-int-} +``` +public T remove(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +**Returns:** +T +### remove(Object arg0) {#remove-java.lang.Object-} +``` +public boolean remove(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### removeAll(System.Predicate arg0) {#removeAll-com.aspose.ms.System.Predicate-T--} +``` +public int removeAll(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +int +### removeAll(Collection arg0) {#removeAll-java.util.Collection----} +``` +public boolean removeAll(Collection arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.Collection | | + +**Returns:** +boolean +### removeAt(int arg0) {#removeAt-int-} +``` +public void removeAt(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +### removeItem(T arg0) {#removeItem-T-} +``` +public boolean removeItem(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +**Returns:** +boolean +### removeRange(int arg0, int arg1) {#removeRange-int-int-} +``` +public void removeRange(int arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | + +### retainAll(Collection arg0) {#retainAll-java.util.Collection----} +``` +public boolean retainAll(Collection arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.Collection | | + +**Returns:** +boolean +### reverse() {#reverse--} +``` +public void reverse() +``` + + + + +### reverse(int arg0, int arg1) {#reverse-int-int-} +``` +public void reverse(int arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | + +### set(int arg0, T arg1) {#set-int-T-} +``` +public T set(int arg0, T arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | T | | + +**Returns:** +T +### setCapacity(int arg0) {#setCapacity-int-} +``` +public void setCapacity(int arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | + +### set_Item(int arg0, T arg1) {#set-Item-int-T-} +``` +public void set_Item(int arg0, T arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | T | | + +### size() {#size--} +``` +public int size() +``` + + + + +**Returns:** +int +### sort() {#sort--} +``` +public void sort() +``` + + + + +### sort(System.Comparison arg0) {#sort-com.aspose.ms.System.Comparison-T--} +``` +public void sort(System.Comparison arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Comparison | | + +### sort(int arg0, int arg1, Comparator arg2) {#sort-int-int-java.util.Comparator-T--} +``` +public void sort(int arg0, int arg1, Comparator arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | +| arg2 | java.util.Comparator | | + +### sort(Comparator arg0) {#sort-java.util.Comparator---super-T--} +``` +public void sort(Comparator arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.util.Comparator | | + +### subList(int arg0, int arg1) {#subList-int-int-} +``` +public List subList(int arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | int | | +| arg1 | int | | + +**Returns:** +java.util.List +### toArray() {#toArray--} +``` +public Object[] toArray() +``` + + + + +**Returns:** +java.lang.Object[] +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### to_MapiCalendarCollection(MapiCalendar[] contacts) {#to-MapiCalendarCollection-com.aspose.email.MapiCalendar---} +``` +public static MapiCalendarCollection to_MapiCalendarCollection(MapiCalendar[] contacts) +``` + + +Converts array to collection + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| contacts | [MapiCalendar\[\]](../../com.aspose.email/mapicalendar) | Array to convert | + +**Returns:** +[MapiCalendarCollection](../../com.aspose.email/mapicalendarcollection) +### trimExcess() {#trimExcess--} +``` +public void trimExcess() +``` + + + + +### trueForAll(System.Predicate arg0) {#trueForAll-com.aspose.ms.System.Predicate-T--} +``` +public boolean trueForAll(System.Predicate arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Predicate | | + +**Returns:** +boolean +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.email/mapicalendardailyrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendardailyrecurrencepattern/_index.md index 255c4a6bd6..3c408a705f 100644 --- a/english/java/com.aspose.email/mapicalendardailyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendardailyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarDailyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the daily recurrence pattern of the mapi calendar type: docs -weight: 392 +weight: 393 url: /java/com.aspose.email/mapicalendardailyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicalendardayofweek/_index.md b/english/java/com.aspose.email/mapicalendardayofweek/_index.md index bc108c23f3..6532a2dd14 100644 --- a/english/java/com.aspose.email/mapicalendardayofweek/_index.md +++ b/english/java/com.aspose.email/mapicalendardayofweek/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarDayOfWeek second_title: Aspose.Email for Java API Reference description: Enumerates the days of week of the mapi calendar recurrence pattern type: docs -weight: 393 +weight: 394 url: /java/com.aspose.email/mapicalendardayofweek/ --- diff --git a/english/java/com.aspose.email/mapicalendareventrecurrence/_index.md b/english/java/com.aspose.email/mapicalendareventrecurrence/_index.md index bd2e8c994c..0faad45628 100644 --- a/english/java/com.aspose.email/mapicalendareventrecurrence/_index.md +++ b/english/java/com.aspose.email/mapicalendareventrecurrence/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarEventRecurrence second_title: Aspose.Email for Java API Reference description: Represents the recurrence properties of calendar object type: docs -weight: 394 +weight: 395 url: /java/com.aspose.email/mapicalendareventrecurrence/ --- diff --git a/english/java/com.aspose.email/mapicalendarexceptioninfo/_index.md b/english/java/com.aspose.email/mapicalendarexceptioninfo/_index.md index dc2154f79a..1509da5525 100644 --- a/english/java/com.aspose.email/mapicalendarexceptioninfo/_index.md +++ b/english/java/com.aspose.email/mapicalendarexceptioninfo/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarExceptionInfo second_title: Aspose.Email for Java API Reference description: An exception specifies changes to an instance of a recurring series. type: docs -weight: 395 +weight: 396 url: /java/com.aspose.email/mapicalendarexceptioninfo/ --- diff --git a/english/java/com.aspose.email/mapicalendaricssaveoptions/_index.md b/english/java/com.aspose.email/mapicalendaricssaveoptions/_index.md index ac5ef4b424..018e66f86f 100644 --- a/english/java/com.aspose.email/mapicalendaricssaveoptions/_index.md +++ b/english/java/com.aspose.email/mapicalendaricssaveoptions/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarIcsSaveOptions second_title: Aspose.Email for Java API Reference description: type: docs -weight: 396 +weight: 397 url: /java/com.aspose.email/mapicalendaricssaveoptions/ --- diff --git a/english/java/com.aspose.email/mapicalendarmonthlynthrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendarmonthlynthrecurrencepattern/_index.md index d16ac4974b..45cfb8c902 100644 --- a/english/java/com.aspose.email/mapicalendarmonthlynthrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendarmonthlynthrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarMonthlyNthRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the monthly nth recurrence pattern of the mapi calendar type: docs -weight: 397 +weight: 398 url: /java/com.aspose.email/mapicalendarmonthlynthrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicalendarmonthlyrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendarmonthlyrecurrencepattern/_index.md index 94ac0f5e79..13f5f179e3 100644 --- a/english/java/com.aspose.email/mapicalendarmonthlyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendarmonthlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarMonthlyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the monthly recurrence pattern of the mapi calendar type: docs -weight: 398 +weight: 399 url: /java/com.aspose.email/mapicalendarmonthlyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicalendarmsgsaveoptions/_index.md b/english/java/com.aspose.email/mapicalendarmsgsaveoptions/_index.md index 430d5f08f5..c111110854 100644 --- a/english/java/com.aspose.email/mapicalendarmsgsaveoptions/_index.md +++ b/english/java/com.aspose.email/mapicalendarmsgsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarMsgSaveOptions second_title: Aspose.Email for Java API Reference description: type: docs -weight: 399 +weight: 400 url: /java/com.aspose.email/mapicalendarmsgsaveoptions/ --- diff --git a/english/java/com.aspose.email/mapicalendaroverrideflags/_index.md b/english/java/com.aspose.email/mapicalendaroverrideflags/_index.md index d6106bf503..71142711e3 100644 --- a/english/java/com.aspose.email/mapicalendaroverrideflags/_index.md +++ b/english/java/com.aspose.email/mapicalendaroverrideflags/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarOverrideFlags second_title: Aspose.Email for Java API Reference description: Specifies what data in the MapiCalendarOverrideFlags structure has a value different from the recurring series. type: docs -weight: 400 +weight: 401 url: /java/com.aspose.email/mapicalendaroverrideflags/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrencecalendartype/_index.md b/english/java/com.aspose.email/mapicalendarrecurrencecalendartype/_index.md index 81acf843eb..4afb38428c 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrencecalendartype/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrencecalendartype/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrenceCalendarType second_title: Aspose.Email for Java API Reference description: Enumerated the calendar type of the mapi recurrence type: docs -weight: 401 +weight: 402 url: /java/com.aspose.email/mapicalendarrecurrencecalendartype/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrenceendtype/_index.md b/english/java/com.aspose.email/mapicalendarrecurrenceendtype/_index.md index 6ed86f0a56..284f4ff795 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrenceendtype/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrenceendtype/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrenceEndType second_title: Aspose.Email for Java API Reference description: Enumerates the ending type for the recurrence. type: docs -weight: 402 +weight: 403 url: /java/com.aspose.email/mapicalendarrecurrenceendtype/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrencefrequency/_index.md b/english/java/com.aspose.email/mapicalendarrecurrencefrequency/_index.md index 34648df39f..1816519482 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrencefrequency/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrencefrequency/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrenceFrequency second_title: Aspose.Email for Java API Reference description: Enumerates mapi calendar recurrence frequency type: docs -weight: 403 +weight: 404 url: /java/com.aspose.email/mapicalendarrecurrencefrequency/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendarrecurrencepattern/_index.md index 1fd9f8a72c..9842917382 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the mapi recurrence pattern type: docs -weight: 404 +weight: 405 url: /java/com.aspose.email/mapicalendarrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrencepatternfactory/_index.md b/english/java/com.aspose.email/mapicalendarrecurrencepatternfactory/_index.md index 8bf4fdf1d7..7c436c9000 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrencepatternfactory/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrencepatternfactory/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrencePatternFactory second_title: Aspose.Email for Java API Reference description: Represents the factory of MapiCalendarRecurrencePattern type: docs -weight: 405 +weight: 406 url: /java/com.aspose.email/mapicalendarrecurrencepatternfactory/ --- diff --git a/english/java/com.aspose.email/mapicalendarrecurrencepatterntype/_index.md b/english/java/com.aspose.email/mapicalendarrecurrencepatterntype/_index.md index c4838e0708..1233aa03f5 100644 --- a/english/java/com.aspose.email/mapicalendarrecurrencepatterntype/_index.md +++ b/english/java/com.aspose.email/mapicalendarrecurrencepatterntype/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarRecurrencePatternType second_title: Aspose.Email for Java API Reference description: Enumerates the mapi calendar recurrence pattern types type: docs -weight: 406 +weight: 407 url: /java/com.aspose.email/mapicalendarrecurrencepatterntype/ --- diff --git a/english/java/com.aspose.email/mapicalendarsaveoptions/_index.md b/english/java/com.aspose.email/mapicalendarsaveoptions/_index.md index e439de1599..3b493c26fb 100644 --- a/english/java/com.aspose.email/mapicalendarsaveoptions/_index.md +++ b/english/java/com.aspose.email/mapicalendarsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarSaveOptions second_title: Aspose.Email for Java API Reference description: type: docs -weight: 407 +weight: 408 url: /java/com.aspose.email/mapicalendarsaveoptions/ --- diff --git a/english/java/com.aspose.email/mapicalendarstate/_index.md b/english/java/com.aspose.email/mapicalendarstate/_index.md index 64aec58a79..5b75574170 100644 --- a/english/java/com.aspose.email/mapicalendarstate/_index.md +++ b/english/java/com.aspose.email/mapicalendarstate/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarState second_title: Aspose.Email for Java API Reference description: Enumerates the appointment state type: docs -weight: 408 +weight: 409 url: /java/com.aspose.email/mapicalendarstate/ --- diff --git a/english/java/com.aspose.email/mapicalendartimezone/_index.md b/english/java/com.aspose.email/mapicalendartimezone/_index.md index d60c1113bb..0ed119775a 100644 --- a/english/java/com.aspose.email/mapicalendartimezone/_index.md +++ b/english/java/com.aspose.email/mapicalendartimezone/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarTimeZone second_title: Aspose.Email for Java API Reference description: Represents the mapi calendar time zone information type: docs -weight: 409 +weight: 410 url: /java/com.aspose.email/mapicalendartimezone/ --- diff --git a/english/java/com.aspose.email/mapicalendartimezoneflags/_index.md b/english/java/com.aspose.email/mapicalendartimezoneflags/_index.md index bb1b8c1146..be76846c01 100644 --- a/english/java/com.aspose.email/mapicalendartimezoneflags/_index.md +++ b/english/java/com.aspose.email/mapicalendartimezoneflags/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarTimeZoneFlags second_title: Aspose.Email for Java API Reference description: Enumerates the individual bit flags that specify information about TimeZoneRule type: docs -weight: 410 +weight: 411 url: /java/com.aspose.email/mapicalendartimezoneflags/ --- diff --git a/english/java/com.aspose.email/mapicalendartimezoneinfo/_index.md b/english/java/com.aspose.email/mapicalendartimezoneinfo/_index.md index 1b599b4a5b..61c3209675 100644 --- a/english/java/com.aspose.email/mapicalendartimezoneinfo/_index.md +++ b/english/java/com.aspose.email/mapicalendartimezoneinfo/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarTimeZoneInfo second_title: Aspose.Email for Java API Reference description: Represents the mapi calendar time zone rule type: docs -weight: 411 +weight: 412 url: /java/com.aspose.email/mapicalendartimezoneinfo/ --- diff --git a/english/java/com.aspose.email/mapicalendartimezoneinfocollection/_index.md b/english/java/com.aspose.email/mapicalendartimezoneinfocollection/_index.md index d342fcc327..e3dce77814 100644 --- a/english/java/com.aspose.email/mapicalendartimezoneinfocollection/_index.md +++ b/english/java/com.aspose.email/mapicalendartimezoneinfocollection/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarTimeZoneInfoCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of MapiCalendarTimeZoneInfo type: docs -weight: 412 +weight: 413 url: /java/com.aspose.email/mapicalendartimezoneinfocollection/ --- diff --git a/english/java/com.aspose.email/mapicalendartimezonerule/_index.md b/english/java/com.aspose.email/mapicalendartimezonerule/_index.md index 3716d35d1e..c7146fabdb 100644 --- a/english/java/com.aspose.email/mapicalendartimezonerule/_index.md +++ b/english/java/com.aspose.email/mapicalendartimezonerule/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarTimeZoneRule second_title: Aspose.Email for Java API Reference description: Represents time zone rule that indicate when to begin using the Standard/Daylight time. type: docs -weight: 413 +weight: 414 url: /java/com.aspose.email/mapicalendartimezonerule/ --- diff --git a/english/java/com.aspose.email/mapicalendarweeklyrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendarweeklyrecurrencepattern/_index.md index 898f500746..0cd26d86ef 100644 --- a/english/java/com.aspose.email/mapicalendarweeklyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendarweeklyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarWeeklyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the weekly recurrence pattern of the mapi calendar type: docs -weight: 414 +weight: 415 url: /java/com.aspose.email/mapicalendarweeklyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicalendaryearlyandmonthlyrecurrencepattern/_index.md b/english/java/com.aspose.email/mapicalendaryearlyandmonthlyrecurrencepattern/_index.md index 4055d71978..321f92a067 100644 --- a/english/java/com.aspose.email/mapicalendaryearlyandmonthlyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/mapicalendaryearlyandmonthlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MapiCalendarYearlyAndMonthlyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents the yearly and monthly recurrence pattern of the mapi calendar type: docs -weight: 415 +weight: 416 url: /java/com.aspose.email/mapicalendaryearlyandmonthlyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/mapicontact/_index.md b/english/java/com.aspose.email/mapicontact/_index.md index 1c9874794f..9b2fa9a308 100644 --- a/english/java/com.aspose.email/mapicontact/_index.md +++ b/english/java/com.aspose.email/mapicontact/_index.md @@ -3,7 +3,7 @@ title: MapiContact second_title: Aspose.Email for Java API Reference description: Represents outlook contact information type: docs -weight: 416 +weight: 417 url: /java/com.aspose.email/mapicontact/ --- @@ -46,7 +46,7 @@ Represents outlook contact information | [getCompanies()](#getCompanies--) | Contains the names of the companies that are associated with an item. | | [getElectronicAddresses()](#getElectronicAddresses--) | Specify properties for up to three different e-mail addresses and three different fax addresses | | [getEvents()](#getEvents--) | Specify events associated with a contact | -| [getItemId()](#getItemId--) | Uses to specify the server id of the contact EWS only | +| [getItemId()](#getItemId--) | The item id, uses with a server | | [getMessageClass()](#getMessageClass--) | Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. | | [getMileage()](#getMileage--) | Contains the mileage information that is associated with an item. | | [getNameInfo()](#getNameInfo--) | The properties are used to specify the name of the person represented by the contact | @@ -422,11 +422,11 @@ Specify events associated with a contact [MapiContactEventPropertySet](../../com.aspose.email/mapicontacteventpropertyset) ### getItemId() {#getItemId--} ``` -public final String getItemId() +public String getItemId() ``` -Uses to specify the server id of the contact EWS only +The item id, uses with a server **Returns:** java.lang.String diff --git a/english/java/com.aspose.email/mapicontactaddress/_index.md b/english/java/com.aspose.email/mapicontactaddress/_index.md index 9104773387..d2bd52d2f0 100644 --- a/english/java/com.aspose.email/mapicontactaddress/_index.md +++ b/english/java/com.aspose.email/mapicontactaddress/_index.md @@ -3,7 +3,7 @@ title: MapiContactAddress second_title: Aspose.Email for Java API Reference description: Base abstract class for and . type: docs -weight: 417 +weight: 418 url: /java/com.aspose.email/mapicontactaddress/ --- diff --git a/english/java/com.aspose.email/mapicontactcollection/_index.md b/english/java/com.aspose.email/mapicontactcollection/_index.md index e4e6efd3a9..8ad3622a84 100644 --- a/english/java/com.aspose.email/mapicontactcollection/_index.md +++ b/english/java/com.aspose.email/mapicontactcollection/_index.md @@ -3,7 +3,7 @@ title: MapiContactCollection second_title: Aspose.Email for Java API Reference description: Represents the collection of type: docs -weight: 418 +weight: 419 url: /java/com.aspose.email/mapicontactcollection/ --- diff --git a/english/java/com.aspose.email/mapicontactelectronicaddress/_index.md b/english/java/com.aspose.email/mapicontactelectronicaddress/_index.md index 39ae0f671b..fcdd424bbf 100644 --- a/english/java/com.aspose.email/mapicontactelectronicaddress/_index.md +++ b/english/java/com.aspose.email/mapicontactelectronicaddress/_index.md @@ -3,7 +3,7 @@ title: MapiContactElectronicAddress second_title: Aspose.Email for Java API Reference description: Refers to the group of properties that define the e-mail address or fax address for a contact. type: docs -weight: 419 +weight: 420 url: /java/com.aspose.email/mapicontactelectronicaddress/ --- diff --git a/english/java/com.aspose.email/mapicontactelectronicaddresspropertyset/_index.md b/english/java/com.aspose.email/mapicontactelectronicaddresspropertyset/_index.md index e9e499204c..949246c32a 100644 --- a/english/java/com.aspose.email/mapicontactelectronicaddresspropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactelectronicaddresspropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactElectronicAddressPropertySet second_title: Aspose.Email for Java API Reference description: Specify properties for up to three different e-mail addresses Email1 Email2 and Email3 and three different fax addresses Primary Fax Business Fax and Home Fax type: docs -weight: 420 +weight: 421 url: /java/com.aspose.email/mapicontactelectronicaddresspropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontacteventpropertyset/_index.md b/english/java/com.aspose.email/mapicontacteventpropertyset/_index.md index 236ca41beb..33986669a4 100644 --- a/english/java/com.aspose.email/mapicontacteventpropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontacteventpropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactEventPropertySet second_title: Aspose.Email for Java API Reference description: Specify events associated with a contact type: docs -weight: 421 +weight: 422 url: /java/com.aspose.email/mapicontacteventpropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactgender/_index.md b/english/java/com.aspose.email/mapicontactgender/_index.md index c5e6e0bdff..330c0100c3 100644 --- a/english/java/com.aspose.email/mapicontactgender/_index.md +++ b/english/java/com.aspose.email/mapicontactgender/_index.md @@ -3,7 +3,7 @@ title: MapiContactGender second_title: Aspose.Email for Java API Reference description: Gender of the contact type: docs -weight: 422 +weight: 423 url: /java/com.aspose.email/mapicontactgender/ --- diff --git a/english/java/com.aspose.email/mapicontactnamepropertyset/_index.md b/english/java/com.aspose.email/mapicontactnamepropertyset/_index.md index e539e8af14..b1e7d50ca7 100644 --- a/english/java/com.aspose.email/mapicontactnamepropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactnamepropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactNamePropertySet second_title: Aspose.Email for Java API Reference description: The properties are used to specify the name of the person represented by the contact type: docs -weight: 423 +weight: 424 url: /java/com.aspose.email/mapicontactnamepropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactotherpropertyset/_index.md b/english/java/com.aspose.email/mapicontactotherpropertyset/_index.md index 2ddf89f58c..a1259f1cc7 100644 --- a/english/java/com.aspose.email/mapicontactotherpropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactotherpropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactOtherPropertySet second_title: Aspose.Email for Java API Reference description: The properties are used to specify additional properies of contact. type: docs -weight: 424 +weight: 425 url: /java/com.aspose.email/mapicontactotherpropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactpersonalinfopropertyset/_index.md b/english/java/com.aspose.email/mapicontactpersonalinfopropertyset/_index.md index 0fd34e3781..a8ba75017d 100644 --- a/english/java/com.aspose.email/mapicontactpersonalinfopropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactpersonalinfopropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactPersonalInfoPropertySet second_title: Aspose.Email for Java API Reference description: Specify other additional contact information type: docs -weight: 425 +weight: 426 url: /java/com.aspose.email/mapicontactpersonalinfopropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactphoto/_index.md b/english/java/com.aspose.email/mapicontactphoto/_index.md index 2c6034eb71..f37baef532 100644 --- a/english/java/com.aspose.email/mapicontactphoto/_index.md +++ b/english/java/com.aspose.email/mapicontactphoto/_index.md @@ -3,7 +3,7 @@ title: MapiContactPhoto second_title: Aspose.Email for Java API Reference description: Contains data and type of contacts photo. type: docs -weight: 426 +weight: 427 url: /java/com.aspose.email/mapicontactphoto/ --- diff --git a/english/java/com.aspose.email/mapicontactphotoimageformat/_index.md b/english/java/com.aspose.email/mapicontactphotoimageformat/_index.md index d4ca587d50..8d310a35f3 100644 --- a/english/java/com.aspose.email/mapicontactphotoimageformat/_index.md +++ b/english/java/com.aspose.email/mapicontactphotoimageformat/_index.md @@ -3,7 +3,7 @@ title: MapiContactPhotoImageFormat second_title: Aspose.Email for Java API Reference description: Enumerates MapiContact photo image format. type: docs -weight: 427 +weight: 428 url: /java/com.aspose.email/mapicontactphotoimageformat/ --- diff --git a/english/java/com.aspose.email/mapicontactphysicaladdress/_index.md b/english/java/com.aspose.email/mapicontactphysicaladdress/_index.md index 9aebe5766f..2800123568 100644 --- a/english/java/com.aspose.email/mapicontactphysicaladdress/_index.md +++ b/english/java/com.aspose.email/mapicontactphysicaladdress/_index.md @@ -3,7 +3,7 @@ title: MapiContactPhysicalAddress second_title: Aspose.Email for Java API Reference description: Refers to the group of properties that define physical address for a contact. type: docs -weight: 428 +weight: 429 url: /java/com.aspose.email/mapicontactphysicaladdress/ --- diff --git a/english/java/com.aspose.email/mapicontactphysicaladdresspropertyset/_index.md b/english/java/com.aspose.email/mapicontactphysicaladdresspropertyset/_index.md index 1d89c95f5d..e1e8b27779 100644 --- a/english/java/com.aspose.email/mapicontactphysicaladdresspropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactphysicaladdresspropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactPhysicalAddressPropertySet second_title: Aspose.Email for Java API Reference description: Specify three physical addresses Home Address Work Address and Other Address. type: docs -weight: 429 +weight: 430 url: /java/com.aspose.email/mapicontactphysicaladdresspropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactprofessionalpropertyset/_index.md b/english/java/com.aspose.email/mapicontactprofessionalpropertyset/_index.md index 566fc1131e..4b32bc5fcc 100644 --- a/english/java/com.aspose.email/mapicontactprofessionalpropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactprofessionalpropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactProfessionalPropertySet second_title: Aspose.Email for Java API Reference description: Properties are used to store professional details for the person represented by the contact type: docs -weight: 430 +weight: 431 url: /java/com.aspose.email/mapicontactprofessionalpropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactpropertyset/_index.md b/english/java/com.aspose.email/mapicontactpropertyset/_index.md index a915601a0c..de27bf0d8b 100644 --- a/english/java/com.aspose.email/mapicontactpropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontactpropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactPropertySet second_title: Aspose.Email for Java API Reference description: Base class for all sets of MapiContact properties. type: docs -weight: 431 +weight: 432 url: /java/com.aspose.email/mapicontactpropertyset/ --- diff --git a/english/java/com.aspose.email/mapicontactsaveoptions/_index.md b/english/java/com.aspose.email/mapicontactsaveoptions/_index.md index 01ce378241..cc6b7f3c3e 100644 --- a/english/java/com.aspose.email/mapicontactsaveoptions/_index.md +++ b/english/java/com.aspose.email/mapicontactsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MapiContactSaveOptions second_title: Aspose.Email for Java API Reference description: Specifies the contact save options. type: docs -weight: 432 +weight: 433 url: /java/com.aspose.email/mapicontactsaveoptions/ --- @@ -27,9 +27,11 @@ Specifies the contact save options. | [getClass()](#getClass--) | | | [getDefault()](#getDefault--) | Gets the default options. | | [getSaveFormat()](#getSaveFormat--) | Gets a save format | +| [getVersion()](#getVersion--) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -87,6 +89,16 @@ public final int getSaveFormat() Gets a save format +**Returns:** +int +### getVersion() {#getVersion--} +``` +public final int getVersion() +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + **Returns:** int ### hashCode() {#hashCode--} @@ -115,6 +127,19 @@ public final native void notifyAll() +### setVersion(int value) {#setVersion-int-} +``` +public final void setVersion(int value) +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.email/mapicontacttelephonepropertyset/_index.md b/english/java/com.aspose.email/mapicontacttelephonepropertyset/_index.md index fc9e24a591..5c5d5edc11 100644 --- a/english/java/com.aspose.email/mapicontacttelephonepropertyset/_index.md +++ b/english/java/com.aspose.email/mapicontacttelephonepropertyset/_index.md @@ -3,7 +3,7 @@ title: MapiContactTelephonePropertySet second_title: Aspose.Email for Java API Reference description: Specify optional telephone numbers for the contact type: docs -weight: 433 +weight: 434 url: /java/com.aspose.email/mapicontacttelephonepropertyset/ --- diff --git a/english/java/com.aspose.email/mapiconversionoptions/_index.md b/english/java/com.aspose.email/mapiconversionoptions/_index.md index 830eeaa835..1bd21a598c 100644 --- a/english/java/com.aspose.email/mapiconversionoptions/_index.md +++ b/english/java/com.aspose.email/mapiconversionoptions/_index.md @@ -3,7 +3,7 @@ title: MapiConversionOptions second_title: Aspose.Email for Java API Reference description: This class allows the user to specify additional options when converting from MailMessage to MapiMessage. type: docs -weight: 434 +weight: 435 url: /java/com.aspose.email/mapiconversionoptions/ --- diff --git a/english/java/com.aspose.email/mapidistributionlist/_index.md b/english/java/com.aspose.email/mapidistributionlist/_index.md index 3989b00dd3..e5cd600146 100644 --- a/english/java/com.aspose.email/mapidistributionlist/_index.md +++ b/english/java/com.aspose.email/mapidistributionlist/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionList second_title: Aspose.Email for Java API Reference description: Represents the Personal Distribution List object. type: docs -weight: 435 +weight: 436 url: /java/com.aspose.email/mapidistributionlist/ --- diff --git a/english/java/com.aspose.email/mapidistributionlistcontactaddresstype/_index.md b/english/java/com.aspose.email/mapidistributionlistcontactaddresstype/_index.md index 612317105e..04775c1158 100644 --- a/english/java/com.aspose.email/mapidistributionlistcontactaddresstype/_index.md +++ b/english/java/com.aspose.email/mapidistributionlistcontactaddresstype/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionListContactAddressType second_title: Aspose.Email for Java API Reference description: Represents the address type of a personal distribution list member. type: docs -weight: 436 +weight: 437 url: /java/com.aspose.email/mapidistributionlistcontactaddresstype/ --- diff --git a/english/java/com.aspose.email/mapidistributionlistentryidtype/_index.md b/english/java/com.aspose.email/mapidistributionlistentryidtype/_index.md index 4b04d15788..c9895794b5 100644 --- a/english/java/com.aspose.email/mapidistributionlistentryidtype/_index.md +++ b/english/java/com.aspose.email/mapidistributionlistentryidtype/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionListEntryIdType second_title: Aspose.Email for Java API Reference description: Specifies the type of EntryID. type: docs -weight: 437 +weight: 438 url: /java/com.aspose.email/mapidistributionlistentryidtype/ --- diff --git a/english/java/com.aspose.email/mapidistributionlistmember/_index.md b/english/java/com.aspose.email/mapidistributionlistmember/_index.md index 4ad92dc939..d229e4e255 100644 --- a/english/java/com.aspose.email/mapidistributionlistmember/_index.md +++ b/english/java/com.aspose.email/mapidistributionlistmember/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionListMember second_title: Aspose.Email for Java API Reference description: Represents the members of the personal distribution list. type: docs -weight: 438 +weight: 439 url: /java/com.aspose.email/mapidistributionlistmember/ --- diff --git a/english/java/com.aspose.email/mapidistributionlistmembercollection/_index.md b/english/java/com.aspose.email/mapidistributionlistmembercollection/_index.md index 18a7648b30..b660c4b233 100644 --- a/english/java/com.aspose.email/mapidistributionlistmembercollection/_index.md +++ b/english/java/com.aspose.email/mapidistributionlistmembercollection/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionListMemberCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of objects. type: docs -weight: 439 +weight: 440 url: /java/com.aspose.email/mapidistributionlistmembercollection/ --- diff --git a/english/java/com.aspose.email/mapidistributionlistsaveoptions/_index.md b/english/java/com.aspose.email/mapidistributionlistsaveoptions/_index.md index d4dea9915f..ba44364c87 100644 --- a/english/java/com.aspose.email/mapidistributionlistsaveoptions/_index.md +++ b/english/java/com.aspose.email/mapidistributionlistsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MapiDistributionListSaveOptions second_title: Aspose.Email for Java API Reference description: Specifies the DistributionList save options. type: docs -weight: 440 +weight: 441 url: /java/com.aspose.email/mapidistributionlistsaveoptions/ --- @@ -27,9 +27,11 @@ Specifies the DistributionList save options. | [getClass()](#getClass--) | | | [getDefault()](#getDefault--) | Gets the default options. | | [getSaveFormat()](#getSaveFormat--) | Gets a save format | +| [getVersion()](#getVersion--) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -92,6 +94,16 @@ public final int getSaveFormat() Gets a save format +**Returns:** +int +### getVersion() {#getVersion--} +``` +public final int getVersion() +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + **Returns:** int ### hashCode() {#hashCode--} @@ -120,6 +132,19 @@ public final native void notifyAll() +### setVersion(int value) {#setVersion-int-} +``` +public final void setVersion(int value) +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.email/mapielectronicaddress/_index.md b/english/java/com.aspose.email/mapielectronicaddress/_index.md index df53cda6e0..97cdc2bd57 100644 --- a/english/java/com.aspose.email/mapielectronicaddress/_index.md +++ b/english/java/com.aspose.email/mapielectronicaddress/_index.md @@ -3,7 +3,7 @@ title: MapiElectronicAddress second_title: Aspose.Email for Java API Reference description: Refers to the group of properties that define the e-mail address or fax address. type: docs -weight: 441 +weight: 442 url: /java/com.aspose.email/mapielectronicaddress/ --- diff --git a/english/java/com.aspose.email/mapiguidconstants/_index.md b/english/java/com.aspose.email/mapiguidconstants/_index.md index ff62b6bae9..83adf5b854 100644 --- a/english/java/com.aspose.email/mapiguidconstants/_index.md +++ b/english/java/com.aspose.email/mapiguidconstants/_index.md @@ -3,7 +3,7 @@ title: MapiGuidConstants second_title: Aspose.Email for Java API Reference description: Contains several guid constants defined by MSG format specification. type: docs -weight: 442 +weight: 443 url: /java/com.aspose.email/mapiguidconstants/ --- diff --git a/english/java/com.aspose.email/mapiimportance/_index.md b/english/java/com.aspose.email/mapiimportance/_index.md index 9209d1a578..ace776bc15 100644 --- a/english/java/com.aspose.email/mapiimportance/_index.md +++ b/english/java/com.aspose.email/mapiimportance/_index.md @@ -3,7 +3,7 @@ title: MapiImportance second_title: Aspose.Email for Java API Reference description: Contains a values that indicates the message importance. type: docs -weight: 443 +weight: 444 url: /java/com.aspose.email/mapiimportance/ --- diff --git a/english/java/com.aspose.email/mapiitemtype/_index.md b/english/java/com.aspose.email/mapiitemtype/_index.md index 38f5822ffb..78bfe215c5 100644 --- a/english/java/com.aspose.email/mapiitemtype/_index.md +++ b/english/java/com.aspose.email/mapiitemtype/_index.md @@ -3,7 +3,7 @@ title: MapiItemType second_title: Aspose.Email for Java API Reference description: Represents a MAPI item type that can be explicitly converted into an object of the corresponding class derived from the interface. type: docs -weight: 444 +weight: 445 url: /java/com.aspose.email/mapiitemtype/ --- diff --git a/english/java/com.aspose.email/mapijournal/_index.md b/english/java/com.aspose.email/mapijournal/_index.md index 5920886761..2d6ce45007 100644 --- a/english/java/com.aspose.email/mapijournal/_index.md +++ b/english/java/com.aspose.email/mapijournal/_index.md @@ -3,7 +3,7 @@ title: MapiJournal second_title: Aspose.Email for Java API Reference description: Represents the Outlook Journal object. type: docs -weight: 445 +weight: 446 url: /java/com.aspose.email/mapijournal/ --- diff --git a/english/java/com.aspose.email/mapijournaldocumentstatus/_index.md b/english/java/com.aspose.email/mapijournaldocumentstatus/_index.md index 7531a87024..b75abdda1c 100644 --- a/english/java/com.aspose.email/mapijournaldocumentstatus/_index.md +++ b/english/java/com.aspose.email/mapijournaldocumentstatus/_index.md @@ -3,7 +3,7 @@ title: MapiJournalDocumentStatus second_title: Aspose.Email for Java API Reference description: Indicates the status of document. type: docs -weight: 446 +weight: 447 url: /java/com.aspose.email/mapijournaldocumentstatus/ --- diff --git a/english/java/com.aspose.email/mapijournalflags/_index.md b/english/java/com.aspose.email/mapijournalflags/_index.md index 4d5053d95e..eec3a93d16 100644 --- a/english/java/com.aspose.email/mapijournalflags/_index.md +++ b/english/java/com.aspose.email/mapijournalflags/_index.md @@ -3,7 +3,7 @@ title: MapiJournalFlags second_title: Aspose.Email for Java API Reference description: Contains metadata about the Journal object. type: docs -weight: 447 +weight: 448 url: /java/com.aspose.email/mapijournalflags/ --- diff --git a/english/java/com.aspose.email/mapimessage/_index.md b/english/java/com.aspose.email/mapimessage/_index.md index a523668f1b..70d29eb963 100644 --- a/english/java/com.aspose.email/mapimessage/_index.md +++ b/english/java/com.aspose.email/mapimessage/_index.md @@ -3,7 +3,7 @@ title: MapiMessage second_title: Aspose.Email for Java API Reference description: Represents an Outlook Message format document that can be parsed. type: docs -weight: 448 +weight: 449 url: /java/com.aspose.email/mapimessage/ --- @@ -530,7 +530,7 @@ Contains the billing information associated with an item. java.lang.String ### getBody() {#getBody--} ``` -public final String getBody() +public String getBody() ``` @@ -1581,7 +1581,7 @@ Contains the billing information associated with an item. ### setBody(String value) {#setBody-java.lang.String-} ``` -public final void setBody(String value) +public void setBody(String value) ``` diff --git a/english/java/com.aspose.email/mapimessageflags/_index.md b/english/java/com.aspose.email/mapimessageflags/_index.md index 66c8afe7ed..08c058584a 100644 --- a/english/java/com.aspose.email/mapimessageflags/_index.md +++ b/english/java/com.aspose.email/mapimessageflags/_index.md @@ -3,7 +3,7 @@ title: MapiMessageFlags second_title: Aspose.Email for Java API Reference description: MapiMessageFlags. type: docs -weight: 449 +weight: 450 url: /java/com.aspose.email/mapimessageflags/ --- diff --git a/english/java/com.aspose.email/mapimessageitembase/_index.md b/english/java/com.aspose.email/mapimessageitembase/_index.md index b70722c074..056eb00f47 100644 --- a/english/java/com.aspose.email/mapimessageitembase/_index.md +++ b/english/java/com.aspose.email/mapimessageitembase/_index.md @@ -3,7 +3,7 @@ title: MapiMessageItemBase second_title: Aspose.Email for Java API Reference description: Represents the base class for all MapiMessageItem classes and keeps common collections of mapi properties attachments recipients. type: docs -weight: 450 +weight: 451 url: /java/com.aspose.email/mapimessageitembase/ --- diff --git a/english/java/com.aspose.email/mapimessageparseexception/_index.md b/english/java/com.aspose.email/mapimessageparseexception/_index.md index cd1aa9d50c..51c6302759 100644 --- a/english/java/com.aspose.email/mapimessageparseexception/_index.md +++ b/english/java/com.aspose.email/mapimessageparseexception/_index.md @@ -3,7 +3,7 @@ title: MapiMessageParseException second_title: Aspose.Email for Java API Reference description: This exception is thrown when errors occur in parsing MapiMessage. type: docs -weight: 451 +weight: 452 url: /java/com.aspose.email/mapimessageparseexception/ --- diff --git a/english/java/com.aspose.email/mapimessagepropertystream/_index.md b/english/java/com.aspose.email/mapimessagepropertystream/_index.md index 5e5f71bbdf..4d072db182 100644 --- a/english/java/com.aspose.email/mapimessagepropertystream/_index.md +++ b/english/java/com.aspose.email/mapimessagepropertystream/_index.md @@ -3,7 +3,7 @@ title: MapiMessagePropertyStream second_title: Aspose.Email for Java API Reference description: Represents the property stream. type: docs -weight: 452 +weight: 453 url: /java/com.aspose.email/mapimessagepropertystream/ --- diff --git a/english/java/com.aspose.email/mapimessagereader/_index.md b/english/java/com.aspose.email/mapimessagereader/_index.md index a989f6295f..13b8595c63 100644 --- a/english/java/com.aspose.email/mapimessagereader/_index.md +++ b/english/java/com.aspose.email/mapimessagereader/_index.md @@ -3,7 +3,7 @@ title: MapiMessageReader second_title: Aspose.Email for Java API Reference description: Represents a reader that can read a Microsoft Outlook Message format document. type: docs -weight: 453 +weight: 454 url: /java/com.aspose.email/mapimessagereader/ --- diff --git a/english/java/com.aspose.email/mapinamedproperty/_index.md b/english/java/com.aspose.email/mapinamedproperty/_index.md index c2a4023d07..8cfbdf0862 100644 --- a/english/java/com.aspose.email/mapinamedproperty/_index.md +++ b/english/java/com.aspose.email/mapinamedproperty/_index.md @@ -3,7 +3,7 @@ title: MapiNamedProperty second_title: Aspose.Email for Java API Reference description: Represents the data type of Named Property. type: docs -weight: 454 +weight: 455 url: /java/com.aspose.email/mapinamedproperty/ --- diff --git a/english/java/com.aspose.email/mapinamedpropertymappingstorage/_index.md b/english/java/com.aspose.email/mapinamedpropertymappingstorage/_index.md index e960d9dba8..81d1ca5cdb 100644 --- a/english/java/com.aspose.email/mapinamedpropertymappingstorage/_index.md +++ b/english/java/com.aspose.email/mapinamedpropertymappingstorage/_index.md @@ -3,7 +3,7 @@ title: MapiNamedPropertyMappingStorage second_title: Aspose.Email for Java API Reference description: Represents the named property mapping type: docs -weight: 455 +weight: 456 url: /java/com.aspose.email/mapinamedpropertymappingstorage/ --- diff --git a/english/java/com.aspose.email/mapinote/_index.md b/english/java/com.aspose.email/mapinote/_index.md index b90fd07b8c..5a7d446a52 100644 --- a/english/java/com.aspose.email/mapinote/_index.md +++ b/english/java/com.aspose.email/mapinote/_index.md @@ -3,7 +3,7 @@ title: MapiNote second_title: Aspose.Email for Java API Reference description: Represents outlook Note object sticky note type: docs -weight: 456 +weight: 457 url: /java/com.aspose.email/mapinote/ --- diff --git a/english/java/com.aspose.email/mapiobjectproperty/_index.md b/english/java/com.aspose.email/mapiobjectproperty/_index.md index ce739fe918..8d66042434 100644 --- a/english/java/com.aspose.email/mapiobjectproperty/_index.md +++ b/english/java/com.aspose.email/mapiobjectproperty/_index.md @@ -3,7 +3,7 @@ title: MapiObjectProperty second_title: Aspose.Email for Java API Reference description: Represents a Custom object included in Outlook Message documents. type: docs -weight: 457 +weight: 458 url: /java/com.aspose.email/mapiobjectproperty/ --- diff --git a/english/java/com.aspose.email/mapiobjecttype/_index.md b/english/java/com.aspose.email/mapiobjecttype/_index.md index 3b0847ad1d..5320d3ac31 100644 --- a/english/java/com.aspose.email/mapiobjecttype/_index.md +++ b/english/java/com.aspose.email/mapiobjecttype/_index.md @@ -3,7 +3,7 @@ title: MapiObjectType second_title: Aspose.Email for Java API Reference description: Represents the mapi object type. type: docs -weight: 458 +weight: 459 url: /java/com.aspose.email/mapiobjecttype/ --- diff --git a/english/java/com.aspose.email/mapiproperty/_index.md b/english/java/com.aspose.email/mapiproperty/_index.md index 09d3f16de2..9e3fc73397 100644 --- a/english/java/com.aspose.email/mapiproperty/_index.md +++ b/english/java/com.aspose.email/mapiproperty/_index.md @@ -3,7 +3,7 @@ title: MapiProperty second_title: Aspose.Email for Java API Reference description: Represents the mapi property. type: docs -weight: 459 +weight: 460 url: /java/com.aspose.email/mapiproperty/ --- diff --git a/english/java/com.aspose.email/mapipropertycollection/_index.md b/english/java/com.aspose.email/mapipropertycollection/_index.md index 75c2baedbb..c8724fdaff 100644 --- a/english/java/com.aspose.email/mapipropertycollection/_index.md +++ b/english/java/com.aspose.email/mapipropertycollection/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyCollection second_title: Aspose.Email for Java API Reference description: Represents the collection of MapiProperty items. type: docs -weight: 460 +weight: 461 url: /java/com.aspose.email/mapipropertycollection/ --- diff --git a/english/java/com.aspose.email/mapipropertycontainer/_index.md b/english/java/com.aspose.email/mapipropertycontainer/_index.md index 2e5e453c20..e98f31fef8 100644 --- a/english/java/com.aspose.email/mapipropertycontainer/_index.md +++ b/english/java/com.aspose.email/mapipropertycontainer/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyContainer second_title: Aspose.Email for Java API Reference description: Represents the base class for . type: docs -weight: 461 +weight: 462 url: /java/com.aspose.email/mapipropertycontainer/ --- diff --git a/english/java/com.aspose.email/mapipropertyflags/_index.md b/english/java/com.aspose.email/mapipropertyflags/_index.md index c819aa1ab6..92b20b7037 100644 --- a/english/java/com.aspose.email/mapipropertyflags/_index.md +++ b/english/java/com.aspose.email/mapipropertyflags/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyFlags second_title: Aspose.Email for Java API Reference description: Represents flags which can be set on a MAPI property. type: docs -weight: 462 +weight: 463 url: /java/com.aspose.email/mapipropertyflags/ --- diff --git a/english/java/com.aspose.email/mapipropertystream/_index.md b/english/java/com.aspose.email/mapipropertystream/_index.md index 32427aad2e..a2a6f61fd0 100644 --- a/english/java/com.aspose.email/mapipropertystream/_index.md +++ b/english/java/com.aspose.email/mapipropertystream/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyStream second_title: Aspose.Email for Java API Reference description: Represents the property stream. type: docs -weight: 463 +weight: 464 url: /java/com.aspose.email/mapipropertystream/ --- diff --git a/english/java/com.aspose.email/mapipropertytag/_index.md b/english/java/com.aspose.email/mapipropertytag/_index.md index 7ee118eaae..b05a9d1a18 100644 --- a/english/java/com.aspose.email/mapipropertytag/_index.md +++ b/english/java/com.aspose.email/mapipropertytag/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyTag second_title: Aspose.Email for Java API Reference description: Represents the MAPI property tags definition. type: docs -weight: 464 +weight: 465 url: /java/com.aspose.email/mapipropertytag/ --- diff --git a/english/java/com.aspose.email/mapipropertytype/_index.md b/english/java/com.aspose.email/mapipropertytype/_index.md index 43f7eb42cc..f50d636247 100644 --- a/english/java/com.aspose.email/mapipropertytype/_index.md +++ b/english/java/com.aspose.email/mapipropertytype/_index.md @@ -3,7 +3,7 @@ title: MapiPropertyType second_title: Aspose.Email for Java API Reference description: Represents the data type of MapiProperty data. type: docs -weight: 465 +weight: 466 url: /java/com.aspose.email/mapipropertytype/ --- diff --git a/english/java/com.aspose.email/mapirecipient/_index.md b/english/java/com.aspose.email/mapirecipient/_index.md index 56de436c19..8ab43bb6b3 100644 --- a/english/java/com.aspose.email/mapirecipient/_index.md +++ b/english/java/com.aspose.email/mapirecipient/_index.md @@ -3,7 +3,7 @@ title: MapiRecipient second_title: Aspose.Email for Java API Reference description: Represents the recipient information in the Microsoft Outlook Message. type: docs -weight: 466 +weight: 467 url: /java/com.aspose.email/mapirecipient/ --- diff --git a/english/java/com.aspose.email/mapirecipientcollection/_index.md b/english/java/com.aspose.email/mapirecipientcollection/_index.md index 19fa92680a..a066a40354 100644 --- a/english/java/com.aspose.email/mapirecipientcollection/_index.md +++ b/english/java/com.aspose.email/mapirecipientcollection/_index.md @@ -3,7 +3,7 @@ title: MapiRecipientCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of MapiRecipient objects. type: docs -weight: 467 +weight: 468 url: /java/com.aspose.email/mapirecipientcollection/ --- diff --git a/english/java/com.aspose.email/mapirecipientpropertystream/_index.md b/english/java/com.aspose.email/mapirecipientpropertystream/_index.md index e79c39ed85..f010822650 100644 --- a/english/java/com.aspose.email/mapirecipientpropertystream/_index.md +++ b/english/java/com.aspose.email/mapirecipientpropertystream/_index.md @@ -3,7 +3,7 @@ title: MapiRecipientPropertyStream second_title: Aspose.Email for Java API Reference description: Represents the property stream of recipient object. type: docs -weight: 468 +weight: 469 url: /java/com.aspose.email/mapirecipientpropertystream/ --- diff --git a/english/java/com.aspose.email/mapirecipienttrackstatus/_index.md b/english/java/com.aspose.email/mapirecipienttrackstatus/_index.md index defb9d6c80..2a1d0e2bf0 100644 --- a/english/java/com.aspose.email/mapirecipienttrackstatus/_index.md +++ b/english/java/com.aspose.email/mapirecipienttrackstatus/_index.md @@ -3,7 +3,7 @@ title: MapiRecipientTrackStatus second_title: Aspose.Email for Java API Reference description: Represents the response status returned by the attendee. type: docs -weight: 469 +weight: 470 url: /java/com.aspose.email/mapirecipienttrackstatus/ --- diff --git a/english/java/com.aspose.email/mapirecipienttype/_index.md b/english/java/com.aspose.email/mapirecipienttype/_index.md index 5953a8f367..780506078c 100644 --- a/english/java/com.aspose.email/mapirecipienttype/_index.md +++ b/english/java/com.aspose.email/mapirecipienttype/_index.md @@ -3,7 +3,7 @@ title: MapiRecipientType second_title: Aspose.Email for Java API Reference description: Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient. type: docs -weight: 470 +weight: 471 url: /java/com.aspose.email/mapirecipienttype/ --- diff --git a/english/java/com.aspose.email/mapisensitivity/_index.md b/english/java/com.aspose.email/mapisensitivity/_index.md index 1e7e1a69b9..04a2a477bd 100644 --- a/english/java/com.aspose.email/mapisensitivity/_index.md +++ b/english/java/com.aspose.email/mapisensitivity/_index.md @@ -3,7 +3,7 @@ title: MapiSensitivity second_title: Aspose.Email for Java API Reference description: Contains a values that indicates the message sensitivity. type: docs -weight: 471 +weight: 472 url: /java/com.aspose.email/mapisensitivity/ --- diff --git a/english/java/com.aspose.email/mapitask/_index.md b/english/java/com.aspose.email/mapitask/_index.md index 48be3113ea..f38e19140d 100644 --- a/english/java/com.aspose.email/mapitask/_index.md +++ b/english/java/com.aspose.email/mapitask/_index.md @@ -3,7 +3,7 @@ title: MapiTask second_title: Aspose.Email for Java API Reference description: Represents the Outlook Task object. type: docs -weight: 472 +weight: 473 url: /java/com.aspose.email/mapitask/ --- diff --git a/english/java/com.aspose.email/mapitaskacceptancestate/_index.md b/english/java/com.aspose.email/mapitaskacceptancestate/_index.md index 0b89d4fe57..aed049ef79 100644 --- a/english/java/com.aspose.email/mapitaskacceptancestate/_index.md +++ b/english/java/com.aspose.email/mapitaskacceptancestate/_index.md @@ -3,7 +3,7 @@ title: MapiTaskAcceptanceState second_title: Aspose.Email for Java API Reference description: Indicates the acceptance state of the task. type: docs -weight: 473 +weight: 474 url: /java/com.aspose.email/mapitaskacceptancestate/ --- diff --git a/english/java/com.aspose.email/mapitaskflags/_index.md b/english/java/com.aspose.email/mapitaskflags/_index.md index 9d8f74a10b..56c9536a0d 100644 --- a/english/java/com.aspose.email/mapitaskflags/_index.md +++ b/english/java/com.aspose.email/mapitaskflags/_index.md @@ -3,7 +3,7 @@ title: MapiTaskFlags second_title: Aspose.Email for Java API Reference description: Contains indication flags of the Task object. type: docs -weight: 474 +weight: 475 url: /java/com.aspose.email/mapitaskflags/ --- diff --git a/english/java/com.aspose.email/mapitaskhistory/_index.md b/english/java/com.aspose.email/mapitaskhistory/_index.md index 63e9ebf5b5..1ce3963819 100644 --- a/english/java/com.aspose.email/mapitaskhistory/_index.md +++ b/english/java/com.aspose.email/mapitaskhistory/_index.md @@ -3,7 +3,7 @@ title: MapiTaskHistory second_title: Aspose.Email for Java API Reference description: Indicates the type of change that was last made to the Task object. type: docs -weight: 475 +weight: 476 url: /java/com.aspose.email/mapitaskhistory/ --- diff --git a/english/java/com.aspose.email/mapitaskmode/_index.md b/english/java/com.aspose.email/mapitaskmode/_index.md index 138e763b82..40a0620af4 100644 --- a/english/java/com.aspose.email/mapitaskmode/_index.md +++ b/english/java/com.aspose.email/mapitaskmode/_index.md @@ -3,7 +3,7 @@ title: MapiTaskMode second_title: Aspose.Email for Java API Reference description: Represents the assignment statuses of the task object. type: docs -weight: 476 +weight: 477 url: /java/com.aspose.email/mapitaskmode/ --- diff --git a/english/java/com.aspose.email/mapitaskownership/_index.md b/english/java/com.aspose.email/mapitaskownership/_index.md index 14ecb980f3..7dfd384449 100644 --- a/english/java/com.aspose.email/mapitaskownership/_index.md +++ b/english/java/com.aspose.email/mapitaskownership/_index.md @@ -3,7 +3,7 @@ title: MapiTaskOwnership second_title: Aspose.Email for Java API Reference description: Indicates the role of the current user relative to the Task object. type: docs -weight: 477 +weight: 478 url: /java/com.aspose.email/mapitaskownership/ --- diff --git a/english/java/com.aspose.email/mapitaskpriority/_index.md b/english/java/com.aspose.email/mapitaskpriority/_index.md index 9670e3d060..997dcf534f 100644 --- a/english/java/com.aspose.email/mapitaskpriority/_index.md +++ b/english/java/com.aspose.email/mapitaskpriority/_index.md @@ -3,7 +3,7 @@ title: MapiTaskPriority second_title: Aspose.Email for Java API Reference description: Represents the priority on the task. type: docs -weight: 478 +weight: 479 url: /java/com.aspose.email/mapitaskpriority/ --- diff --git a/english/java/com.aspose.email/mapitaskstate/_index.md b/english/java/com.aspose.email/mapitaskstate/_index.md index 6a262c8e66..77b65640c4 100644 --- a/english/java/com.aspose.email/mapitaskstate/_index.md +++ b/english/java/com.aspose.email/mapitaskstate/_index.md @@ -3,7 +3,7 @@ title: MapiTaskState second_title: Aspose.Email for Java API Reference description: Indicates the assignment state of the Task object. type: docs -weight: 479 +weight: 480 url: /java/com.aspose.email/mapitaskstate/ --- diff --git a/english/java/com.aspose.email/mapitaskstatus/_index.md b/english/java/com.aspose.email/mapitaskstatus/_index.md index ff7994a933..7e7cc88145 100644 --- a/english/java/com.aspose.email/mapitaskstatus/_index.md +++ b/english/java/com.aspose.email/mapitaskstatus/_index.md @@ -3,7 +3,7 @@ title: MapiTaskStatus second_title: Aspose.Email for Java API Reference description: Represents the statuses of the users progress on the task. type: docs -weight: 480 +weight: 481 url: /java/com.aspose.email/mapitaskstatus/ --- diff --git a/english/java/com.aspose.email/mapitaskusers/_index.md b/english/java/com.aspose.email/mapitaskusers/_index.md index 9a19458aaa..bacd5cd38b 100644 --- a/english/java/com.aspose.email/mapitaskusers/_index.md +++ b/english/java/com.aspose.email/mapitaskusers/_index.md @@ -3,7 +3,7 @@ title: MapiTaskUsers second_title: Aspose.Email for Java API Reference description: Represents information about task users. type: docs -weight: 481 +weight: 482 url: /java/com.aspose.email/mapitaskusers/ --- diff --git a/english/java/com.aspose.email/mapitype/_index.md b/english/java/com.aspose.email/mapitype/_index.md index 0c414717f5..e76779058b 100644 --- a/english/java/com.aspose.email/mapitype/_index.md +++ b/english/java/com.aspose.email/mapitype/_index.md @@ -3,7 +3,7 @@ title: MapiType second_title: Aspose.Email for Java API Reference description: Contains possible MAPI property types which can be stored with message object. type: docs -weight: 482 +weight: 483 url: /java/com.aspose.email/mapitype/ --- diff --git a/english/java/com.aspose.email/mboxloadoptions/_index.md b/english/java/com.aspose.email/mboxloadoptions/_index.md index 0e10078543..99dd4c6a1e 100644 --- a/english/java/com.aspose.email/mboxloadoptions/_index.md +++ b/english/java/com.aspose.email/mboxloadoptions/_index.md @@ -3,7 +3,7 @@ title: MboxLoadOptions second_title: Aspose.Email for Java API Reference description: Specifies additional options when loading a Mbox storage. type: docs -weight: 483 +weight: 484 url: /java/com.aspose.email/mboxloadoptions/ --- diff --git a/english/java/com.aspose.email/mboxmessageinfo/_index.md b/english/java/com.aspose.email/mboxmessageinfo/_index.md index 6e51c42e11..ccf25f5e7a 100644 --- a/english/java/com.aspose.email/mboxmessageinfo/_index.md +++ b/english/java/com.aspose.email/mboxmessageinfo/_index.md @@ -3,7 +3,7 @@ title: MboxMessageInfo second_title: Aspose.Email for Java API Reference description: Represents an information about message in the MBOX storage. type: docs -weight: 484 +weight: 485 url: /java/com.aspose.email/mboxmessageinfo/ --- diff --git a/english/java/com.aspose.email/mboxostoragereader/_index.md b/english/java/com.aspose.email/mboxostoragereader/_index.md index b441184c14..986fd83ad3 100644 --- a/english/java/com.aspose.email/mboxostoragereader/_index.md +++ b/english/java/com.aspose.email/mboxostoragereader/_index.md @@ -3,7 +3,7 @@ title: MboxoStorageReader second_title: Aspose.Email for Java API Reference description: Represents mboxo format storage reader this format is being used by Eudora. type: docs -weight: 488 +weight: 489 url: /java/com.aspose.email/mboxostoragereader/ --- diff --git a/english/java/com.aspose.email/mboxrdstoragereader/_index.md b/english/java/com.aspose.email/mboxrdstoragereader/_index.md index f993149d15..217144cbd8 100644 --- a/english/java/com.aspose.email/mboxrdstoragereader/_index.md +++ b/english/java/com.aspose.email/mboxrdstoragereader/_index.md @@ -3,7 +3,7 @@ title: MboxrdStorageReader second_title: Aspose.Email for Java API Reference description: Represents mboxrd format storage reader this format is being used by Thunderbird and other mail clients. type: docs -weight: 489 +weight: 490 url: /java/com.aspose.email/mboxrdstoragereader/ --- diff --git a/english/java/com.aspose.email/mboxrdstoragewriter/_index.md b/english/java/com.aspose.email/mboxrdstoragewriter/_index.md index e337fb7e6c..6cbc039432 100644 --- a/english/java/com.aspose.email/mboxrdstoragewriter/_index.md +++ b/english/java/com.aspose.email/mboxrdstoragewriter/_index.md @@ -3,7 +3,7 @@ title: MboxrdStorageWriter second_title: Aspose.Email for Java API Reference description: Represents mboxrd format storage writer this format is being used by Thunderbird and other mail clients. type: docs -weight: 490 +weight: 491 url: /java/com.aspose.email/mboxrdstoragewriter/ --- diff --git a/english/java/com.aspose.email/mboxstoragereader/_index.md b/english/java/com.aspose.email/mboxstoragereader/_index.md index 79c3d961c2..df2a5b7406 100644 --- a/english/java/com.aspose.email/mboxstoragereader/_index.md +++ b/english/java/com.aspose.email/mboxstoragereader/_index.md @@ -3,7 +3,7 @@ title: MboxStorageReader second_title: Aspose.Email for Java API Reference description: A base class for any mbox-based mail storage reader. type: docs -weight: 485 +weight: 486 url: /java/com.aspose.email/mboxstoragereader/ --- diff --git a/english/java/com.aspose.email/mboxstoragewriter/_index.md b/english/java/com.aspose.email/mboxstoragewriter/_index.md index 7daf61e990..98d137cf42 100644 --- a/english/java/com.aspose.email/mboxstoragewriter/_index.md +++ b/english/java/com.aspose.email/mboxstoragewriter/_index.md @@ -3,7 +3,7 @@ title: MboxStorageWriter second_title: Aspose.Email for Java API Reference description: A base class for any mbox-based mail storage writer. type: docs -weight: 486 +weight: 487 url: /java/com.aspose.email/mboxstoragewriter/ --- diff --git a/english/java/com.aspose.email/mboxtopstconversionoptions/_index.md b/english/java/com.aspose.email/mboxtopstconversionoptions/_index.md index 1f2109fb0d..7026242ad6 100644 --- a/english/java/com.aspose.email/mboxtopstconversionoptions/_index.md +++ b/english/java/com.aspose.email/mboxtopstconversionoptions/_index.md @@ -3,7 +3,7 @@ title: MboxToPstConversionOptions second_title: Aspose.Email for Java API Reference description: This class allows the user to specify additional options when converting from Mbox to PST. type: docs -weight: 487 +weight: 488 url: /java/com.aspose.email/mboxtopstconversionoptions/ --- diff --git a/english/java/com.aspose.email/mediatypenames/_index.md b/english/java/com.aspose.email/mediatypenames/_index.md index ee638b64a4..3cc241ccad 100644 --- a/english/java/com.aspose.email/mediatypenames/_index.md +++ b/english/java/com.aspose.email/mediatypenames/_index.md @@ -3,7 +3,7 @@ title: MediaTypeNames second_title: Aspose.Email for Java API Reference description: Specifies the media type names for an e-mail message. type: docs -weight: 491 +weight: 492 url: /java/com.aspose.email/mediatypenames/ --- diff --git a/english/java/com.aspose.email/messageacceptancecallback/_index.md b/english/java/com.aspose.email/messageacceptancecallback/_index.md index acb9d06327..17257bf4b5 100644 --- a/english/java/com.aspose.email/messageacceptancecallback/_index.md +++ b/english/java/com.aspose.email/messageacceptancecallback/_index.md @@ -3,7 +3,7 @@ title: MessageAcceptanceCallback second_title: Aspose.Email for Java API Reference description: Callback function which is being called during the conversion process. type: docs -weight: 492 +weight: 493 url: /java/com.aspose.email/messageacceptancecallback/ --- diff --git a/english/java/com.aspose.email/messageaddedeventargs/_index.md b/english/java/com.aspose.email/messageaddedeventargs/_index.md index 4f59b33ad1..3cd9637080 100644 --- a/english/java/com.aspose.email/messageaddedeventargs/_index.md +++ b/english/java/com.aspose.email/messageaddedeventargs/_index.md @@ -3,7 +3,7 @@ title: MessageAddedEventArgs second_title: Aspose.Email for Java API Reference description: Provides data for the event type: docs -weight: 493 +weight: 494 url: /java/com.aspose.email/messageaddedeventargs/ --- diff --git a/english/java/com.aspose.email/messageaddedeventhandler/_index.md b/english/java/com.aspose.email/messageaddedeventhandler/_index.md index eca2cbb991..2a61dd59ff 100644 --- a/english/java/com.aspose.email/messageaddedeventhandler/_index.md +++ b/english/java/com.aspose.email/messageaddedeventhandler/_index.md @@ -3,7 +3,7 @@ title: MessageAddedEventHandler second_title: Aspose.Email for Java API Reference description: Represents the method that will handle an event. type: docs -weight: 494 +weight: 495 url: /java/com.aspose.email/messageaddedeventhandler/ --- diff --git a/english/java/com.aspose.email/messageformat/_index.md b/english/java/com.aspose.email/messageformat/_index.md index 44ed2b902e..29cc03233f 100644 --- a/english/java/com.aspose.email/messageformat/_index.md +++ b/english/java/com.aspose.email/messageformat/_index.md @@ -3,7 +3,7 @@ title: MessageFormat second_title: Aspose.Email for Java API Reference description: Represents the mail message format.It can be in emlmsg or mhtml format. type: docs -weight: 495 +weight: 496 url: /java/com.aspose.email/messageformat/ --- diff --git a/english/java/com.aspose.email/messageinfo/_index.md b/english/java/com.aspose.email/messageinfo/_index.md index 9e61a18ab8..fb48a71c7b 100644 --- a/english/java/com.aspose.email/messageinfo/_index.md +++ b/english/java/com.aspose.email/messageinfo/_index.md @@ -3,7 +3,7 @@ title: MessageInfo second_title: Aspose.Email for Java API Reference description: Represents information about message in PST. type: docs -weight: 496 +weight: 497 url: /java/com.aspose.email/messageinfo/ --- diff --git a/english/java/com.aspose.email/messageinfobase/_index.md b/english/java/com.aspose.email/messageinfobase/_index.md index 2ee3eea56c..7a1fee5e64 100644 --- a/english/java/com.aspose.email/messageinfobase/_index.md +++ b/english/java/com.aspose.email/messageinfobase/_index.md @@ -3,7 +3,7 @@ title: MessageInfoBase second_title: Aspose.Email for Java API Reference description: The MessageInfo represents the E-Mail message info fetched from the mail server. type: docs -weight: 497 +weight: 498 url: /java/com.aspose.email/messageinfobase/ --- diff --git a/english/java/com.aspose.email/messageinfocollection/_index.md b/english/java/com.aspose.email/messageinfocollection/_index.md index f1b121faa9..a7d718fa15 100644 --- a/english/java/com.aspose.email/messageinfocollection/_index.md +++ b/english/java/com.aspose.email/messageinfocollection/_index.md @@ -3,7 +3,7 @@ title: MessageInfoCollection second_title: Aspose.Email for Java API Reference description: Represents the collection of MessageInfo. type: docs -weight: 498 +weight: 499 url: /java/com.aspose.email/messageinfocollection/ --- diff --git a/english/java/com.aspose.email/messageinfotype/_index.md b/english/java/com.aspose.email/messageinfotype/_index.md index 948bf741fb..894b8db426 100644 --- a/english/java/com.aspose.email/messageinfotype/_index.md +++ b/english/java/com.aspose.email/messageinfotype/_index.md @@ -3,7 +3,7 @@ title: MessageInfoType second_title: Aspose.Email for Java API Reference description: Enumerates the message types. type: docs -weight: 499 +weight: 500 url: /java/com.aspose.email/messageinfotype/ --- diff --git a/english/java/com.aspose.email/messagekind/_index.md b/english/java/com.aspose.email/messagekind/_index.md index c10c616b87..4feee83ade 100644 --- a/english/java/com.aspose.email/messagekind/_index.md +++ b/english/java/com.aspose.email/messagekind/_index.md @@ -3,7 +3,7 @@ title: MessageKind second_title: Aspose.Email for Java API Reference description: Represents the different kinds of messages in pst. type: docs -weight: 500 +weight: 501 url: /java/com.aspose.email/messagekind/ --- diff --git a/english/java/com.aspose.email/messageobject/_index.md b/english/java/com.aspose.email/messageobject/_index.md index 1ef09947fa..01e8173c45 100644 --- a/english/java/com.aspose.email/messageobject/_index.md +++ b/english/java/com.aspose.email/messageobject/_index.md @@ -3,7 +3,7 @@ title: MessageObject second_title: Aspose.Email for Java API Reference description: Represents an Outlook message object. type: docs -weight: 501 +weight: 502 url: /java/com.aspose.email/messageobject/ --- diff --git a/english/java/com.aspose.email/messageobjectattachmententity/_index.md b/english/java/com.aspose.email/messageobjectattachmententity/_index.md index 13fe75a86e..d84042f5a5 100644 --- a/english/java/com.aspose.email/messageobjectattachmententity/_index.md +++ b/english/java/com.aspose.email/messageobjectattachmententity/_index.md @@ -3,7 +3,7 @@ title: MessageObjectAttachmentEntity second_title: Aspose.Email for Java API Reference description: Represents an attachment entity. type: docs -weight: 502 +weight: 503 url: /java/com.aspose.email/messageobjectattachmententity/ --- diff --git a/english/java/com.aspose.email/messageobjectattachmentscollection/_index.md b/english/java/com.aspose.email/messageobjectattachmentscollection/_index.md index b1936a9283..ada6a3b297 100644 --- a/english/java/com.aspose.email/messageobjectattachmentscollection/_index.md +++ b/english/java/com.aspose.email/messageobjectattachmentscollection/_index.md @@ -3,7 +3,7 @@ title: MessageObjectAttachmentsCollection second_title: Aspose.Email for Java API Reference description: Represents a collection for objects. type: docs -weight: 503 +weight: 504 url: /java/com.aspose.email/messageobjectattachmentscollection/ --- diff --git a/english/java/com.aspose.email/messageobjectloadformat/_index.md b/english/java/com.aspose.email/messageobjectloadformat/_index.md index 2fddf6d39d..1a10712ebe 100644 --- a/english/java/com.aspose.email/messageobjectloadformat/_index.md +++ b/english/java/com.aspose.email/messageobjectloadformat/_index.md @@ -3,7 +3,7 @@ title: MessageObjectLoadFormat second_title: Aspose.Email for Java API Reference description: Represents available formats could be loaded from. type: docs -weight: 504 +weight: 505 url: /java/com.aspose.email/messageobjectloadformat/ --- diff --git a/english/java/com.aspose.email/messageobjectpropertiescollection/_index.md b/english/java/com.aspose.email/messageobjectpropertiescollection/_index.md index 08b7788171..f59f959a82 100644 --- a/english/java/com.aspose.email/messageobjectpropertiescollection/_index.md +++ b/english/java/com.aspose.email/messageobjectpropertiescollection/_index.md @@ -3,7 +3,7 @@ title: MessageObjectPropertiesCollection second_title: Aspose.Email for Java API Reference description: Represents a keyed collection for objects. type: docs -weight: 505 +weight: 506 url: /java/com.aspose.email/messageobjectpropertiescollection/ --- diff --git a/english/java/com.aspose.email/messageobjectproperty/_index.md b/english/java/com.aspose.email/messageobjectproperty/_index.md index ed84629db0..0e581c85f5 100644 --- a/english/java/com.aspose.email/messageobjectproperty/_index.md +++ b/english/java/com.aspose.email/messageobjectproperty/_index.md @@ -3,7 +3,7 @@ title: MessageObjectProperty second_title: Aspose.Email for Java API Reference description: Represents a property on a . type: docs -weight: 506 +weight: 507 url: /java/com.aspose.email/messageobjectproperty/ --- diff --git a/english/java/com.aspose.email/messageobjectrecipiententity/_index.md b/english/java/com.aspose.email/messageobjectrecipiententity/_index.md index 859771e21e..b8805829ec 100644 --- a/english/java/com.aspose.email/messageobjectrecipiententity/_index.md +++ b/english/java/com.aspose.email/messageobjectrecipiententity/_index.md @@ -3,7 +3,7 @@ title: MessageObjectRecipientEntity second_title: Aspose.Email for Java API Reference description: Represens a recipient entry in message object. type: docs -weight: 507 +weight: 508 url: /java/com.aspose.email/messageobjectrecipiententity/ --- diff --git a/english/java/com.aspose.email/messageobjectrecipientscollection/_index.md b/english/java/com.aspose.email/messageobjectrecipientscollection/_index.md index 39eb0bccd4..aaaa20588a 100644 --- a/english/java/com.aspose.email/messageobjectrecipientscollection/_index.md +++ b/english/java/com.aspose.email/messageobjectrecipientscollection/_index.md @@ -3,7 +3,7 @@ title: MessageObjectRecipientsCollection second_title: Aspose.Email for Java API Reference description: Represents a collection for objects. type: docs -weight: 508 +weight: 509 url: /java/com.aspose.email/messageobjectrecipientscollection/ --- diff --git a/english/java/com.aspose.email/messageobjectsaveformat/_index.md b/english/java/com.aspose.email/messageobjectsaveformat/_index.md index 10d982feb3..d4df2b138c 100644 --- a/english/java/com.aspose.email/messageobjectsaveformat/_index.md +++ b/english/java/com.aspose.email/messageobjectsaveformat/_index.md @@ -3,7 +3,7 @@ title: MessageObjectSaveFormat second_title: Aspose.Email for Java API Reference description: Represents available formats could be saved to. type: docs -weight: 509 +weight: 510 url: /java/com.aspose.email/messageobjectsaveformat/ --- diff --git a/english/java/com.aspose.email/messagestore/_index.md b/english/java/com.aspose.email/messagestore/_index.md index d39e3612f0..0fae661b15 100644 --- a/english/java/com.aspose.email/messagestore/_index.md +++ b/english/java/com.aspose.email/messagestore/_index.md @@ -3,7 +3,7 @@ title: MessageStore second_title: Aspose.Email for Java API Reference description: Message store is the root of the PST which is the rough equivalent of the top of a Mailbox. type: docs -weight: 510 +weight: 511 url: /java/com.aspose.email/messagestore/ --- diff --git a/english/java/com.aspose.email/messagethreadresult/_index.md b/english/java/com.aspose.email/messagethreadresult/_index.md index 2f69e86409..e23beb35c7 100644 --- a/english/java/com.aspose.email/messagethreadresult/_index.md +++ b/english/java/com.aspose.email/messagethreadresult/_index.md @@ -3,7 +3,7 @@ title: MessageThreadResult second_title: Aspose.Email for Java API Reference description: Contains result for SORT ot THREAD methods See more https//tools.ietf.org/html/rfc5256 type: docs -weight: 511 +weight: 512 url: /java/com.aspose.email/messagethreadresult/ --- diff --git a/english/java/com.aspose.email/messagetrackingreport/_index.md b/english/java/com.aspose.email/messagetrackingreport/_index.md index 1bb5c5a641..9c4ad40e73 100644 --- a/english/java/com.aspose.email/messagetrackingreport/_index.md +++ b/english/java/com.aspose.email/messagetrackingreport/_index.md @@ -3,7 +3,7 @@ title: MessageTrackingReport second_title: Aspose.Email for Java API Reference description: Represents the information to be included in the report. type: docs -weight: 512 +weight: 513 url: /java/com.aspose.email/messagetrackingreport/ --- diff --git a/english/java/com.aspose.email/messagetrackingreportinfo/_index.md b/english/java/com.aspose.email/messagetrackingreportinfo/_index.md index 82484d6b47..2bf130cc3a 100644 --- a/english/java/com.aspose.email/messagetrackingreportinfo/_index.md +++ b/english/java/com.aspose.email/messagetrackingreportinfo/_index.md @@ -3,7 +3,7 @@ title: MessageTrackingReportInfo second_title: Aspose.Email for Java API Reference description: Represents an information about the message that was found by using the FindMessageTrackingReport type: docs -weight: 513 +weight: 514 url: /java/com.aspose.email/messagetrackingreportinfo/ --- diff --git a/english/java/com.aspose.email/messagetrackingreporttemplate/_index.md b/english/java/com.aspose.email/messagetrackingreporttemplate/_index.md index 878dbc42cf..d95ee89a55 100644 --- a/english/java/com.aspose.email/messagetrackingreporttemplate/_index.md +++ b/english/java/com.aspose.email/messagetrackingreporttemplate/_index.md @@ -3,7 +3,7 @@ title: MessageTrackingReportTemplate second_title: Aspose.Email for Java API Reference description: Enumerates the types of report to display. type: docs -weight: 514 +weight: 515 url: /java/com.aspose.email/messagetrackingreporttemplate/ --- diff --git a/english/java/com.aspose.email/messagevalidationerror/_index.md b/english/java/com.aspose.email/messagevalidationerror/_index.md index 6358630ab0..1f8deeeb87 100644 --- a/english/java/com.aspose.email/messagevalidationerror/_index.md +++ b/english/java/com.aspose.email/messagevalidationerror/_index.md @@ -3,7 +3,7 @@ title: MessageValidationError second_title: Aspose.Email for Java API Reference description: Represents the message validation error information. type: docs -weight: 515 +weight: 516 url: /java/com.aspose.email/messagevalidationerror/ --- @@ -22,6 +22,7 @@ Represents the message validation error information. | [getClass()](#getClass--) | | | [getDescription()](#getDescription--) | Gets an error description. | | [getErrorType()](#getErrorType--) | Gets a type of error. | +| [getLineNumber()](#getLineNumber--) | Gets a number of line where error was found. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | @@ -74,6 +75,16 @@ Gets a type of error. **Returns:** int +### getLineNumber() {#getLineNumber--} +``` +public final Integer getLineNumber() +``` + + +Gets a number of line where error was found. + +**Returns:** +java.lang.Integer ### hashCode() {#hashCode--} ``` public native int hashCode() diff --git a/english/java/com.aspose.email/messagevalidationerrortype/_index.md b/english/java/com.aspose.email/messagevalidationerrortype/_index.md index 54fb8f7d20..a65951b51a 100644 --- a/english/java/com.aspose.email/messagevalidationerrortype/_index.md +++ b/english/java/com.aspose.email/messagevalidationerrortype/_index.md @@ -3,7 +3,7 @@ title: MessageValidationErrorType second_title: Aspose.Email for Java API Reference description: Enumerates the types of the message validation errors. type: docs -weight: 516 +weight: 517 url: /java/com.aspose.email/messagevalidationerrortype/ --- diff --git a/english/java/com.aspose.email/messagevalidationresult/_index.md b/english/java/com.aspose.email/messagevalidationresult/_index.md index 0abe665b31..1e3ef3d6e1 100644 --- a/english/java/com.aspose.email/messagevalidationresult/_index.md +++ b/english/java/com.aspose.email/messagevalidationresult/_index.md @@ -3,7 +3,7 @@ title: MessageValidationResult second_title: Aspose.Email for Java API Reference description: Represents the result of message validation. type: docs -weight: 517 +weight: 518 url: /java/com.aspose.email/messagevalidationresult/ --- diff --git a/english/java/com.aspose.email/messagevalidator/_index.md b/english/java/com.aspose.email/messagevalidator/_index.md index cd4c91d932..13f95e9bab 100644 --- a/english/java/com.aspose.email/messagevalidator/_index.md +++ b/english/java/com.aspose.email/messagevalidator/_index.md @@ -3,7 +3,7 @@ title: MessageValidator second_title: Aspose.Email for Java API Reference description: The message validator. type: docs -weight: 518 +weight: 519 url: /java/com.aspose.email/messagevalidator/ --- diff --git a/english/java/com.aspose.email/metered/_index.md b/english/java/com.aspose.email/metered/_index.md index d53fc78059..d65b1e114b 100644 --- a/english/java/com.aspose.email/metered/_index.md +++ b/english/java/com.aspose.email/metered/_index.md @@ -3,7 +3,7 @@ title: Metered second_title: Aspose.Email for Java API Reference description: Provides methods to set metered key. type: docs -weight: 519 +weight: 520 url: /java/com.aspose.email/metered/ --- diff --git a/english/java/com.aspose.email/mhtformatoptions/_index.md b/english/java/com.aspose.email/mhtformatoptions/_index.md index 458696fbee..e74fd82674 100644 --- a/english/java/com.aspose.email/mhtformatoptions/_index.md +++ b/english/java/com.aspose.email/mhtformatoptions/_index.md @@ -3,7 +3,7 @@ title: MhtFormatOptions second_title: Aspose.Email for Java API Reference description: Enumerates the Mht format options type: docs -weight: 520 +weight: 521 url: /java/com.aspose.email/mhtformatoptions/ --- diff --git a/english/java/com.aspose.email/mhtmlloadoptions/_index.md b/english/java/com.aspose.email/mhtmlloadoptions/_index.md index ddcb4023ce..8b7f4fbe2a 100644 --- a/english/java/com.aspose.email/mhtmlloadoptions/_index.md +++ b/english/java/com.aspose.email/mhtmlloadoptions/_index.md @@ -3,7 +3,7 @@ title: MhtmlLoadOptions second_title: Aspose.Email for Java API Reference description: Allows to specify additional options when loading MailMessage from Mhtml format. type: docs -weight: 523 +weight: 524 url: /java/com.aspose.email/mhtmlloadoptions/ --- diff --git a/english/java/com.aspose.email/mhtsaveoptions/_index.md b/english/java/com.aspose.email/mhtsaveoptions/_index.md index 87bd085c7c..b6734fe77d 100644 --- a/english/java/com.aspose.email/mhtsaveoptions/_index.md +++ b/english/java/com.aspose.email/mhtsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MhtSaveOptions second_title: Aspose.Email for Java API Reference description: Allows to specify additional options when saving MailMessage to Mhtml format. type: docs -weight: 521 +weight: 522 url: /java/com.aspose.email/mhtsaveoptions/ --- diff --git a/english/java/com.aspose.email/mhttemplatename/_index.md b/english/java/com.aspose.email/mhttemplatename/_index.md index 7e6d02ca42..cc8e47f5d0 100644 --- a/english/java/com.aspose.email/mhttemplatename/_index.md +++ b/english/java/com.aspose.email/mhttemplatename/_index.md @@ -3,7 +3,7 @@ title: MhtTemplateName second_title: Aspose.Email for Java API Reference description: Defines well known names of headers for Mhtml formatting. type: docs -weight: 522 +weight: 523 url: /java/com.aspose.email/mhttemplatename/ --- diff --git a/english/java/com.aspose.email/mimeexception/_index.md b/english/java/com.aspose.email/mimeexception/_index.md index 82ad65e00f..e67c9ac870 100644 --- a/english/java/com.aspose.email/mimeexception/_index.md +++ b/english/java/com.aspose.email/mimeexception/_index.md @@ -3,7 +3,7 @@ title: MimeException second_title: Aspose.Email for Java API Reference description: Provides information about MIME errors type: docs -weight: 524 +weight: 525 url: /java/com.aspose.email/mimeexception/ --- diff --git a/english/java/com.aspose.email/mimeheader/_index.md b/english/java/com.aspose.email/mimeheader/_index.md index 15e58cae08..229c0d7bd9 100644 --- a/english/java/com.aspose.email/mimeheader/_index.md +++ b/english/java/com.aspose.email/mimeheader/_index.md @@ -3,7 +3,7 @@ title: MimeHeader second_title: Aspose.Email for Java API Reference description: Represents the mime header defined in RFC 2822. type: docs -weight: 525 +weight: 526 url: /java/com.aspose.email/mimeheader/ --- diff --git a/english/java/com.aspose.email/mimeitemcopyeventargs/_index.md b/english/java/com.aspose.email/mimeitemcopyeventargs/_index.md index 08bfd08bbb..4708a2904d 100644 --- a/english/java/com.aspose.email/mimeitemcopyeventargs/_index.md +++ b/english/java/com.aspose.email/mimeitemcopyeventargs/_index.md @@ -3,7 +3,7 @@ title: MimeItemCopyEventArgs second_title: Aspose.Email for Java API Reference description: Represents event arguments related to a copying of a MailMessage object from one storage to another either before the copy begins or after it is complete. type: docs -weight: 526 +weight: 527 url: /java/com.aspose.email/mimeitemcopyeventargs/ --- diff --git a/english/java/com.aspose.email/mimeitemcopyeventhandler/_index.md b/english/java/com.aspose.email/mimeitemcopyeventhandler/_index.md index 26ccca143c..87380f80a0 100644 --- a/english/java/com.aspose.email/mimeitemcopyeventhandler/_index.md +++ b/english/java/com.aspose.email/mimeitemcopyeventhandler/_index.md @@ -3,7 +3,7 @@ title: MimeItemCopyEventHandler second_title: Aspose.Email for Java API Reference description: Represents a delegate for handling events related to the copying of Mime items typically used in scenarios where a MailMessage object is copied from one storage to another. type: docs -weight: 527 +weight: 528 url: /java/com.aspose.email/mimeitemcopyeventhandler/ --- diff --git a/english/java/com.aspose.email/modificationsequencefield/_index.md b/english/java/com.aspose.email/modificationsequencefield/_index.md index a3f8188c0b..69c1288bc1 100644 --- a/english/java/com.aspose.email/modificationsequencefield/_index.md +++ b/english/java/com.aspose.email/modificationsequencefield/_index.md @@ -3,7 +3,7 @@ title: ModificationSequenceField second_title: Aspose.Email for Java API Reference description: Defines set of values for selected field to search. type: docs -weight: 528 +weight: 529 url: /java/com.aspose.email/modificationsequencefield/ --- diff --git a/english/java/com.aspose.email/monthlyrecurrencepattern/_index.md b/english/java/com.aspose.email/monthlyrecurrencepattern/_index.md index 539ae94a71..f4b674be81 100644 --- a/english/java/com.aspose.email/monthlyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/monthlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: MonthlyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents a recurrence pattern of monthly recurrence type. type: docs -weight: 529 +weight: 530 url: /java/com.aspose.email/monthlyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/msgloadoptions/_index.md b/english/java/com.aspose.email/msgloadoptions/_index.md index fb502c346c..7e6caf0b06 100644 --- a/english/java/com.aspose.email/msgloadoptions/_index.md +++ b/english/java/com.aspose.email/msgloadoptions/_index.md @@ -3,7 +3,7 @@ title: MsgLoadOptions second_title: Aspose.Email for Java API Reference description: Allows to specify additional options when loading MailMessage from Msg format. type: docs -weight: 530 +weight: 531 url: /java/com.aspose.email/msgloadoptions/ --- @@ -27,6 +27,7 @@ Allows to specify additional options when loading MailMessage from Msg format. | [getClass()](#getClass--) | | | [getDecodeSignedContent()](#getDecodeSignedContent--) | Gets or sets a value indicating whether signed message will be decoded. | | [getKeepOriginalEmailAddresses()](#getKeepOriginalEmailAddresses--) | Gets or sets a value indicating whether need keep original email address. | +| [getLeaveOpen()](#getLeaveOpen--) | Gets or sets a value indicating whether to keep the underlying stream open after load. | | [getMessageFormat()](#getMessageFormat--) | Represents the mail message format.It can be in eml,msg or mhtml format. | | [getPreferredTextEncoding()](#getPreferredTextEncoding--) | Gets or sets preferred encoding for message. | | [getPreserveEmbeddedMessageFormat()](#getPreserveEmbeddedMessageFormat--) | Gets or sets a value indicating whether it is necessary to preserve format of embedded message at loading. | @@ -39,6 +40,7 @@ Allows to specify additional options when loading MailMessage from Msg format. | [notifyAll()](#notifyAll--) | | | [setDecodeSignedContent(boolean value)](#setDecodeSignedContent-boolean-) | Gets or sets a value indicating whether signed message will be decoded. | | [setKeepOriginalEmailAddresses(boolean value)](#setKeepOriginalEmailAddresses-boolean-) | Gets or sets a value indicating whether need keep original email address. | +| [setLeaveOpen(boolean value)](#setLeaveOpen-boolean-) | Gets or sets a value indicating whether to keep the underlying stream open after load. | | [setPreferredTextEncoding(Charset value)](#setPreferredTextEncoding-java.nio.charset.Charset-) | Gets or sets preferred encoding for message. | | [setPreserveEmbeddedMessageFormat(boolean value)](#setPreserveEmbeddedMessageFormat-boolean-) | Gets or sets a value indicating whether it is necessary to preserve format of embedded message at loading. | | [setPreserveRtfContent(boolean value)](#setPreserveRtfContent-boolean-) | Gets or sets a value indicating whether need keep rtf body in MailMessage. | @@ -102,6 +104,16 @@ public final boolean getKeepOriginalEmailAddresses() Gets or sets a value indicating whether need keep original email address. +**Returns:** +boolean +### getLeaveOpen() {#getLeaveOpen--} +``` +public final boolean getLeaveOpen() +``` + + +Gets or sets a value indicating whether to keep the underlying stream open after load. Default value is false. + **Returns:** boolean ### getMessageFormat() {#getMessageFormat--} @@ -238,6 +250,19 @@ Gets or sets a value indicating whether need keep original email address. | --- | --- | --- | | value | boolean | | +### setLeaveOpen(boolean value) {#setLeaveOpen-boolean-} +``` +public final void setLeaveOpen(boolean value) +``` + + +Gets or sets a value indicating whether to keep the underlying stream open after load. Default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setPreferredTextEncoding(Charset value) {#setPreferredTextEncoding-java.nio.charset.Charset-} ``` public final void setPreferredTextEncoding(Charset value) diff --git a/english/java/com.aspose.email/msgsaveoptions/_index.md b/english/java/com.aspose.email/msgsaveoptions/_index.md index c9e0532784..dbd40b54ef 100644 --- a/english/java/com.aspose.email/msgsaveoptions/_index.md +++ b/english/java/com.aspose.email/msgsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MsgSaveOptions second_title: Aspose.Email for Java API Reference description: This class allows the user to specify additional settings when saving a MailMessage in the MsgASCII and MsgUnicode format. type: docs -weight: 531 +weight: 532 url: /java/com.aspose.email/msgsaveoptions/ --- diff --git a/english/java/com.aspose.email/multiconnectionmode/_index.md b/english/java/com.aspose.email/multiconnectionmode/_index.md index 7b18ba0e8e..ea1f7f0b1b 100644 --- a/english/java/com.aspose.email/multiconnectionmode/_index.md +++ b/english/java/com.aspose.email/multiconnectionmode/_index.md @@ -3,7 +3,7 @@ title: MultiConnectionMode second_title: Aspose.Email for Java API Reference description: Enumerate modes which indicates how client has to use multiple connections for heavy loaded operations. type: docs -weight: 532 +weight: 533 url: /java/com.aspose.email/multiconnectionmode/ --- diff --git a/english/java/com.aspose.email/namedpropertykind/_index.md b/english/java/com.aspose.email/namedpropertykind/_index.md index 1bb38aef71..40b34ae050 100644 --- a/english/java/com.aspose.email/namedpropertykind/_index.md +++ b/english/java/com.aspose.email/namedpropertykind/_index.md @@ -3,7 +3,7 @@ title: NamedPropertyKind second_title: Aspose.Email for Java API Reference description: Identifies kind. type: docs -weight: 534 +weight: 535 url: /java/com.aspose.email/namedpropertykind/ --- diff --git a/english/java/com.aspose.email/namevaluepair/_index.md b/english/java/com.aspose.email/namevaluepair/_index.md index c1df49fd37..41786b0e04 100644 --- a/english/java/com.aspose.email/namevaluepair/_index.md +++ b/english/java/com.aspose.email/namevaluepair/_index.md @@ -3,7 +3,7 @@ title: NameValuePair second_title: Aspose.Email for Java API Reference description: An extended property. type: docs -weight: 533 +weight: 534 url: /java/com.aspose.email/namevaluepair/ --- diff --git a/english/java/com.aspose.email/networkexception/_index.md b/english/java/com.aspose.email/networkexception/_index.md index 273f3db611..8cda2ccf4c 100644 --- a/english/java/com.aspose.email/networkexception/_index.md +++ b/english/java/com.aspose.email/networkexception/_index.md @@ -3,7 +3,7 @@ title: NetworkException second_title: Aspose.Email for Java API Reference description: Thrown if there is a network connection failure. type: docs -weight: 535 +weight: 536 url: /java/com.aspose.email/networkexception/ --- diff --git a/english/java/com.aspose.email/newstorageeventargs/_index.md b/english/java/com.aspose.email/newstorageeventargs/_index.md index 8e0a718bb2..f7cfa049ad 100644 --- a/english/java/com.aspose.email/newstorageeventargs/_index.md +++ b/english/java/com.aspose.email/newstorageeventargs/_index.md @@ -3,7 +3,7 @@ title: NewStorageEventArgs second_title: Aspose.Email for Java API Reference description: Represents arguments used in events that are raised after a new storage file is created or after it is processed. type: docs -weight: 536 +weight: 537 url: /java/com.aspose.email/newstorageeventargs/ --- diff --git a/english/java/com.aspose.email/newstorageeventhandler/_index.md b/english/java/com.aspose.email/newstorageeventhandler/_index.md index 6f255ab1ff..584fb2030c 100644 --- a/english/java/com.aspose.email/newstorageeventhandler/_index.md +++ b/english/java/com.aspose.email/newstorageeventhandler/_index.md @@ -3,7 +3,7 @@ title: NewStorageEventHandler second_title: Aspose.Email for Java API Reference description: Represents a delegate for handling events that occur after a new storage file is created or processed. type: docs -weight: 537 +weight: 538 url: /java/com.aspose.email/newstorageeventhandler/ --- diff --git a/english/java/com.aspose.email/notebook/_index.md b/english/java/com.aspose.email/notebook/_index.md index d5c9c362e2..30b3944cdb 100644 --- a/english/java/com.aspose.email/notebook/_index.md +++ b/english/java/com.aspose.email/notebook/_index.md @@ -3,7 +3,7 @@ title: Notebook second_title: Aspose.Email for Java API Reference description: https//docs.microsoft.com/en-us/graph/api/resources/notebookviewgraph-rest-1.0 A OneNote notebook. type: docs -weight: 540 +weight: 541 url: /java/com.aspose.email/notebook/ --- diff --git a/english/java/com.aspose.email/notebookcollection/_index.md b/english/java/com.aspose.email/notebookcollection/_index.md index 08bb4847ac..774c59df1e 100644 --- a/english/java/com.aspose.email/notebookcollection/_index.md +++ b/english/java/com.aspose.email/notebookcollection/_index.md @@ -3,7 +3,7 @@ title: NotebookCollection second_title: Aspose.Email for Java API Reference description: Represents collection of Notebook. type: docs -weight: 541 +weight: 542 url: /java/com.aspose.email/notebookcollection/ --- diff --git a/english/java/com.aspose.email/notebooklinks/_index.md b/english/java/com.aspose.email/notebooklinks/_index.md index 402ed56cd0..d137e1973a 100644 --- a/english/java/com.aspose.email/notebooklinks/_index.md +++ b/english/java/com.aspose.email/notebooklinks/_index.md @@ -3,7 +3,7 @@ title: NotebookLinks second_title: Aspose.Email for Java API Reference description: https//docs.microsoft.com/en-us/graph/api/resources/notebooklinksviewgraph-rest-1.0 Links for opening a OneNote notebook. type: docs -weight: 542 +weight: 543 url: /java/com.aspose.email/notebooklinks/ --- diff --git a/english/java/com.aspose.email/notecolor/_index.md b/english/java/com.aspose.email/notecolor/_index.md index 42cdd7d146..9298271927 100644 --- a/english/java/com.aspose.email/notecolor/_index.md +++ b/english/java/com.aspose.email/notecolor/_index.md @@ -3,7 +3,7 @@ title: NoteColor second_title: Aspose.Email for Java API Reference description: Specifies the suggested background color of the Note object type: docs -weight: 538 +weight: 539 url: /java/com.aspose.email/notecolor/ --- diff --git a/english/java/com.aspose.email/notesaveformat/_index.md b/english/java/com.aspose.email/notesaveformat/_index.md index 94d0a862df..615919be67 100644 --- a/english/java/com.aspose.email/notesaveformat/_index.md +++ b/english/java/com.aspose.email/notesaveformat/_index.md @@ -3,7 +3,7 @@ title: NoteSaveFormat second_title: Aspose.Email for Java API Reference description: Enumerates NoteSaveFormat type: docs -weight: 539 +weight: 540 url: /java/com.aspose.email/notesaveformat/ --- diff --git a/english/java/com.aspose.email/notesstoragefacility/_index.md b/english/java/com.aspose.email/notesstoragefacility/_index.md index b903d54c01..e1e8528e0c 100644 --- a/english/java/com.aspose.email/notesstoragefacility/_index.md +++ b/english/java/com.aspose.email/notesstoragefacility/_index.md @@ -3,7 +3,7 @@ title: NotesStorageFacility second_title: Aspose.Email for Java API Reference description: The Notes Storage Facility NSF database file is used by IBM Lotus Notes and Domino to store different kind of objects like e-mail appointments and documents but also application forms and views. type: docs -weight: 543 +weight: 544 url: /java/com.aspose.email/notesstoragefacility/ --- diff --git a/english/java/com.aspose.email/notificationmethod/_index.md b/english/java/com.aspose.email/notificationmethod/_index.md index b7b3ea5f9c..cf56a650a8 100644 --- a/english/java/com.aspose.email/notificationmethod/_index.md +++ b/english/java/com.aspose.email/notificationmethod/_index.md @@ -3,7 +3,7 @@ title: NotificationMethod second_title: Aspose.Email for Java API Reference description: The method used by this notification. type: docs -weight: 544 +weight: 545 url: /java/com.aspose.email/notificationmethod/ --- diff --git a/english/java/com.aspose.email/notificationtype/_index.md b/english/java/com.aspose.email/notificationtype/_index.md index 3823723e0f..4be5f07684 100644 --- a/english/java/com.aspose.email/notificationtype/_index.md +++ b/english/java/com.aspose.email/notificationtype/_index.md @@ -3,7 +3,7 @@ title: NotificationType second_title: Aspose.Email for Java API Reference description: The type of notification. type: docs -weight: 545 +weight: 546 url: /java/com.aspose.email/notificationtype/ --- diff --git a/english/java/com.aspose.email/nsfloadoptions/_index.md b/english/java/com.aspose.email/nsfloadoptions/_index.md index abd2330be6..52263967e9 100644 --- a/english/java/com.aspose.email/nsfloadoptions/_index.md +++ b/english/java/com.aspose.email/nsfloadoptions/_index.md @@ -3,7 +3,7 @@ title: NsfLoadOptions second_title: Aspose.Email for Java API Reference description: Specifies additional options when loading a NSF storage. type: docs -weight: 546 +weight: 547 url: /java/com.aspose.email/nsfloadoptions/ --- diff --git a/english/java/com.aspose.email/nullappender/_index.md b/english/java/com.aspose.email/nullappender/_index.md index 592608ff76..5416633ec2 100644 --- a/english/java/com.aspose.email/nullappender/_index.md +++ b/english/java/com.aspose.email/nullappender/_index.md @@ -3,7 +3,7 @@ title: NullAppender second_title: Aspose.Email for Java API Reference description: Represents a do-nothing appender. type: docs -weight: 547 +weight: 548 url: /java/com.aspose.email/nullappender/ --- diff --git a/english/java/com.aspose.email/oauthnetworkcredential/_index.md b/english/java/com.aspose.email/oauthnetworkcredential/_index.md index f134d5482c..d75d17c49e 100644 --- a/english/java/com.aspose.email/oauthnetworkcredential/_index.md +++ b/english/java/com.aspose.email/oauthnetworkcredential/_index.md @@ -3,7 +3,7 @@ title: OAuthNetworkCredential second_title: Aspose.Email for Java API Reference description: Represents the NetworkCredential for OAuth authentication. type: docs -weight: 548 +weight: 549 url: /java/com.aspose.email/oauthnetworkcredential/ --- diff --git a/english/java/com.aspose.email/oauthtoken/_index.md b/english/java/com.aspose.email/oauthtoken/_index.md index f54d37bdb8..2bc3279066 100644 --- a/english/java/com.aspose.email/oauthtoken/_index.md +++ b/english/java/com.aspose.email/oauthtoken/_index.md @@ -3,7 +3,7 @@ title: OAuthToken second_title: Aspose.Email for Java API Reference description: Contains OAuth token data such like token value token type expiration date. type: docs -weight: 549 +weight: 550 url: /java/com.aspose.email/oauthtoken/ --- diff --git a/english/java/com.aspose.email/objectdisposedexception/_index.md b/english/java/com.aspose.email/objectdisposedexception/_index.md index 0303e43dce..0c479be70f 100644 --- a/english/java/com.aspose.email/objectdisposedexception/_index.md +++ b/english/java/com.aspose.email/objectdisposedexception/_index.md @@ -3,7 +3,7 @@ title: ObjectDisposedException second_title: Aspose.Email for Java API Reference description: Represents errors that occur when an operation canceled. type: docs -weight: 550 +weight: 551 url: /java/com.aspose.email/objectdisposedexception/ --- diff --git a/english/java/com.aspose.email/objectidentifier/_index.md b/english/java/com.aspose.email/objectidentifier/_index.md index c43243a24a..b74e9ee83c 100644 --- a/english/java/com.aspose.email/objectidentifier/_index.md +++ b/english/java/com.aspose.email/objectidentifier/_index.md @@ -3,7 +3,7 @@ title: ObjectIdentifier second_title: Aspose.Email for Java API Reference description: Contains object identification information type: docs -weight: 551 +weight: 552 url: /java/com.aspose.email/objectidentifier/ --- diff --git a/english/java/com.aspose.email/oledocumentformat/_index.md b/english/java/com.aspose.email/oledocumentformat/_index.md index dfb91b155d..8327a79419 100644 --- a/english/java/com.aspose.email/oledocumentformat/_index.md +++ b/english/java/com.aspose.email/oledocumentformat/_index.md @@ -3,7 +3,7 @@ title: OleDocumentFormat second_title: Aspose.Email for Java API Reference description: Represents the format for OLE document. type: docs -weight: 552 +weight: 553 url: /java/com.aspose.email/oledocumentformat/ --- diff --git a/english/java/com.aspose.email/olmfolder/_index.md b/english/java/com.aspose.email/olmfolder/_index.md index fc1cdc1aa6..6afe576786 100644 --- a/english/java/com.aspose.email/olmfolder/_index.md +++ b/english/java/com.aspose.email/olmfolder/_index.md @@ -3,7 +3,7 @@ title: OlmFolder second_title: Aspose.Email for Java API Reference description: Represents folder information in OLM storage. type: docs -weight: 553 +weight: 554 url: /java/com.aspose.email/olmfolder/ --- diff --git a/english/java/com.aspose.email/olmitemcategory/_index.md b/english/java/com.aspose.email/olmitemcategory/_index.md new file mode 100644 index 0000000000..db8923c4cd --- /dev/null +++ b/english/java/com.aspose.email/olmitemcategory/_index.md @@ -0,0 +1,158 @@ +--- +title: OlmItemCategory +second_title: Aspose.Email for Java API Reference +description: Represents an Outlook item category. +type: docs +weight: 555 +url: /java/com.aspose.email/olmitemcategory/ +--- + +**Inheritance:** +java.lang.Object +``` +public class OlmItemCategory +``` + +Represents an Outlook item category. +## Constructors + +| Constructor | Description | +| --- | --- | +| [OlmItemCategory()](#OlmItemCategory--) | | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [getColor()](#getColor--) | Gets or sets the color associated with the category. | +| [getName()](#getName--) | Gets or sets the name of the category. | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### OlmItemCategory() {#OlmItemCategory--} +``` +public OlmItemCategory() +``` + + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getColor() {#getColor--} +``` +public final String getColor() +``` + + +Gets or sets the color associated with the category. + +**Returns:** +java.lang.String +### getName() {#getName--} +``` +public final String getName() +``` + + +Gets or sets the name of the category. + +**Returns:** +java.lang.String +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String - +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.email/olmmessageinfo/_index.md b/english/java/com.aspose.email/olmmessageinfo/_index.md index 453173dcf9..a1621fdc65 100644 --- a/english/java/com.aspose.email/olmmessageinfo/_index.md +++ b/english/java/com.aspose.email/olmmessageinfo/_index.md @@ -3,7 +3,7 @@ title: OlmMessageInfo second_title: Aspose.Email for Java API Reference description: Represents an information about message in the OLM storage. type: docs -weight: 554 +weight: 556 url: /java/com.aspose.email/olmmessageinfo/ --- diff --git a/english/java/com.aspose.email/olmstorage/_index.md b/english/java/com.aspose.email/olmstorage/_index.md index a6f9e638ce..06ba9f9c97 100644 --- a/english/java/com.aspose.email/olmstorage/_index.md +++ b/english/java/com.aspose.email/olmstorage/_index.md @@ -3,7 +3,7 @@ title: OlmStorage second_title: Aspose.Email for Java API Reference description: Represents Outlook for Mac storage .OLM file. type: docs -weight: 555 +weight: 557 url: /java/com.aspose.email/olmstorage/ --- @@ -36,6 +36,7 @@ Represents Outlook for Mac storage (.OLM) file. | [extractMapiMessage(String id)](#extractMapiMessage-java.lang.String-) | Get the message from OLM. | | [fromFile(String fileName)](#fromFile-java.lang.String-) | Load OLM storage from file. | | [fromStream(InputStream stream)](#fromStream-java.io.InputStream-) | Load OLM from stream. | +| [getCategories()](#getCategories--) | Gets the supported item categories. | | [getClass()](#getClass--) | | | [getFolder(String name, boolean ignoreCase)](#getFolder-java.lang.String-boolean-) | Gets the folder by name. | | [getFolderHierarchy()](#getFolderHierarchy--) | Gets the folder hierarchy. | @@ -195,6 +196,16 @@ Load OLM from stream. **Returns:** [OlmStorage](../../com.aspose.email/olmstorage) - An OlmStorage object that represents the current OLM storage. +### getCategories() {#getCategories--} +``` +public final List getCategories() +``` + + +Gets the supported item categories. + +**Returns:** +java.util.List - A list of [OlmItemCategory](../../com.aspose.email/olmitemcategory) objects. ### getClass() {#getClass--} ``` public final native Class getClass() diff --git a/english/java/com.aspose.email/onenoteoperation/_index.md b/english/java/com.aspose.email/onenoteoperation/_index.md index 2aedce5c79..f774c2109d 100644 --- a/english/java/com.aspose.email/onenoteoperation/_index.md +++ b/english/java/com.aspose.email/onenoteoperation/_index.md @@ -3,7 +3,7 @@ title: OnenoteOperation second_title: Aspose.Email for Java API Reference description: The status of certain long-running OneNote operations. type: docs -weight: 556 +weight: 558 url: /java/com.aspose.email/onenoteoperation/ --- diff --git a/english/java/com.aspose.email/operationcanceledexception/_index.md b/english/java/com.aspose.email/operationcanceledexception/_index.md index e14bf6b940..50f352c109 100644 --- a/english/java/com.aspose.email/operationcanceledexception/_index.md +++ b/english/java/com.aspose.email/operationcanceledexception/_index.md @@ -3,7 +3,7 @@ title: OperationCanceledException second_title: Aspose.Email for Java API Reference description: Represents errors that occur when an operation canceled. type: docs -weight: 557 +weight: 559 url: /java/com.aspose.email/operationcanceledexception/ --- diff --git a/english/java/com.aspose.email/originalmessageadditionmode/_index.md b/english/java/com.aspose.email/originalmessageadditionmode/_index.md index b391cc160e..95aaee7383 100644 --- a/english/java/com.aspose.email/originalmessageadditionmode/_index.md +++ b/english/java/com.aspose.email/originalmessageadditionmode/_index.md @@ -3,7 +3,7 @@ title: OriginalMessageAdditionMode second_title: Aspose.Email for Java API Reference description: Way to include the original message in response message. type: docs -weight: 558 +weight: 560 url: /java/com.aspose.email/originalmessageadditionmode/ --- diff --git a/english/java/com.aspose.email/outlookcategory/_index.md b/english/java/com.aspose.email/outlookcategory/_index.md index 8a84da6239..5dd78f450a 100644 --- a/english/java/com.aspose.email/outlookcategory/_index.md +++ b/english/java/com.aspose.email/outlookcategory/_index.md @@ -3,7 +3,7 @@ title: OutlookCategory second_title: Aspose.Email for Java API Reference description: Represents a category by which a user can group Outlook items such as messages and events. type: docs -weight: 560 +weight: 562 url: /java/com.aspose.email/outlookcategory/ --- diff --git a/english/java/com.aspose.email/outlookmessageformat/_index.md b/english/java/com.aspose.email/outlookmessageformat/_index.md index ca6f42c67a..f06acb7220 100644 --- a/english/java/com.aspose.email/outlookmessageformat/_index.md +++ b/english/java/com.aspose.email/outlookmessageformat/_index.md @@ -3,7 +3,7 @@ title: OutlookMessageFormat second_title: Aspose.Email for Java API Reference description: Represents outlook message format. type: docs -weight: 561 +weight: 563 url: /java/com.aspose.email/outlookmessageformat/ --- diff --git a/english/java/com.aspose.email/outofofficemailtip/_index.md b/english/java/com.aspose.email/outofofficemailtip/_index.md index 41de99dfd4..e8ada9d5be 100644 --- a/english/java/com.aspose.email/outofofficemailtip/_index.md +++ b/english/java/com.aspose.email/outofofficemailtip/_index.md @@ -3,7 +3,7 @@ title: OutOfOfficeMailTip second_title: Aspose.Email for Java API Reference description: Represents OOF mail tip type: docs -weight: 559 +weight: 561 url: /java/com.aspose.email/outofofficemailtip/ --- diff --git a/english/java/com.aspose.email/pageinfo/_index.md b/english/java/com.aspose.email/pageinfo/_index.md index f4093edaa4..2d75a944ed 100644 --- a/english/java/com.aspose.email/pageinfo/_index.md +++ b/english/java/com.aspose.email/pageinfo/_index.md @@ -3,7 +3,7 @@ title: PageInfo second_title: Aspose.Email for Java API Reference description: Contains information about retrieved page when paging methods are used. type: docs -weight: 562 +weight: 564 url: /java/com.aspose.email/pageinfo/ --- diff --git a/english/java/com.aspose.email/pagesettings/_index.md b/english/java/com.aspose.email/pagesettings/_index.md index 08a7e260de..16637c6490 100644 --- a/english/java/com.aspose.email/pagesettings/_index.md +++ b/english/java/com.aspose.email/pagesettings/_index.md @@ -3,7 +3,7 @@ title: PageSettings second_title: Aspose.Email for Java API Reference description: The settings for the ImapClient.ListMessagesByPage method type: docs -weight: 563 +weight: 565 url: /java/com.aspose.email/pagesettings/ --- diff --git a/english/java/com.aspose.email/pagesettingsasync/_index.md b/english/java/com.aspose.email/pagesettingsasync/_index.md index 5da7e5e438..bda1a5bbcc 100644 --- a/english/java/com.aspose.email/pagesettingsasync/_index.md +++ b/english/java/com.aspose.email/pagesettingsasync/_index.md @@ -3,7 +3,7 @@ title: PageSettingsAsync second_title: Aspose.Email for Java API Reference description: The settings for the ImapClient.BeginListMessagesByPage async method. type: docs -weight: 564 +weight: 566 url: /java/com.aspose.email/pagesettingsasync/ --- diff --git a/english/java/com.aspose.email/participationstatus/_index.md b/english/java/com.aspose.email/participationstatus/_index.md index 800d8e5556..0c31df3867 100644 --- a/english/java/com.aspose.email/participationstatus/_index.md +++ b/english/java/com.aspose.email/participationstatus/_index.md @@ -3,7 +3,7 @@ title: ParticipationStatus second_title: Aspose.Email for Java API Reference description: Identifies the participation status for the calendar user. type: docs -weight: 565 +weight: 567 url: /java/com.aspose.email/participationstatus/ --- diff --git a/english/java/com.aspose.email/pemreader/_index.md b/english/java/com.aspose.email/pemreader/_index.md index 2693508f1b..8f53cfe360 100644 --- a/english/java/com.aspose.email/pemreader/_index.md +++ b/english/java/com.aspose.email/pemreader/_index.md @@ -3,7 +3,7 @@ title: PemReader second_title: Aspose.Email for Java API Reference description: PEM format reader. type: docs -weight: 566 +weight: 568 url: /java/com.aspose.email/pemreader/ --- diff --git a/english/java/com.aspose.email/personalstorage/_index.md b/english/java/com.aspose.email/personalstorage/_index.md index 01464eec7c..b497ea9819 100644 --- a/english/java/com.aspose.email/personalstorage/_index.md +++ b/english/java/com.aspose.email/personalstorage/_index.md @@ -3,7 +3,7 @@ title: PersonalStorage second_title: Aspose.Email for Java API Reference description: Represents Personal Storage Table .pst file. type: docs -weight: 567 +weight: 569 url: /java/com.aspose.email/personalstorage/ --- @@ -43,6 +43,7 @@ Represents Personal Storage Table (.pst) file. | [create(OutputStream stream, int version, boolean leaveStreamOpen)](#create-java.io.OutputStream-int-boolean-) | Creates the PST in a stream. | | [create(OutputStream stream, int blockSize, int version)](#create-java.io.OutputStream-int-int-) | Creates the PST in a stream. | | [create(String fileName, int version)](#create-java.lang.String-int-) | Creates the new PST file with the specified file name. | +| [create(SeekableByteChannel channel, int version)](#create-java.nio.channels.SeekableByteChannel-int-) | Creates the PST in a java.nio.channels. | | [createPredefinedFolder(String name, int defaultFolder)](#createPredefinedFolder-java.lang.String-int-) | Creates the standard interpersonal message (IPM) folder. | | [createPredefinedFolder(String name, int defaultFolder, boolean createHierarchy)](#createPredefinedFolder-java.lang.String-int-boolean-) | Creates the standard interpersonal message (IPM) folder. | | [deleteItem(String entryId)](#deleteItem-java.lang.String-) | Deletes the item (folder or message) by it's entryId | @@ -308,6 +309,26 @@ Creates the new PST file with the specified file name. Note, only Unicode file version creation is supported now. | +**Returns:** +[PersonalStorage](../../com.aspose.email/personalstorage) - A PersonalStorage object that represents the new PST. +### create(SeekableByteChannel channel, int version) {#create-java.nio.channels.SeekableByteChannel-int-} +``` +public static PersonalStorage create(SeekableByteChannel channel, int version) +``` + + +Creates the PST in a java.nio.channels. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| channel | java.nio.channels.SeekableByteChannel | The java.nio.channel in which PST is created. | +| version | int | The PST file version. + +-------------------- + +Note, only Unicode file version creation is supported now. | + **Returns:** [PersonalStorage](../../com.aspose.email/personalstorage) - A PersonalStorage object that represents the new PST. ### createPredefinedFolder(String name, int defaultFolder) {#createPredefinedFolder-java.lang.String-int-} diff --git a/english/java/com.aspose.email/personalstorageloadoptions/_index.md b/english/java/com.aspose.email/personalstorageloadoptions/_index.md index 17f7a128e1..ee3ed0d88a 100644 --- a/english/java/com.aspose.email/personalstorageloadoptions/_index.md +++ b/english/java/com.aspose.email/personalstorageloadoptions/_index.md @@ -3,7 +3,7 @@ title: PersonalStorageLoadOptions second_title: Aspose.Email for Java API Reference description: Specifies additional options when loading a PST storage. type: docs -weight: 568 +weight: 570 url: /java/com.aspose.email/personalstorageloadoptions/ --- diff --git a/english/java/com.aspose.email/personalstoragequerybuilder/_index.md b/english/java/com.aspose.email/personalstoragequerybuilder/_index.md index 8758462f98..eb35a06e5d 100644 --- a/english/java/com.aspose.email/personalstoragequerybuilder/_index.md +++ b/english/java/com.aspose.email/personalstoragequerybuilder/_index.md @@ -3,7 +3,7 @@ title: PersonalStorageQueryBuilder second_title: Aspose.Email for Java API Reference description: Represents the builder of search expression that used by pst. type: docs -weight: 569 +weight: 571 url: /java/com.aspose.email/personalstoragequerybuilder/ --- diff --git a/english/java/com.aspose.email/phonecallstate/_index.md b/english/java/com.aspose.email/phonecallstate/_index.md index 3cb5cf236d..d5acdb4b9b 100644 --- a/english/java/com.aspose.email/phonecallstate/_index.md +++ b/english/java/com.aspose.email/phonecallstate/_index.md @@ -3,7 +3,7 @@ title: PhoneCallState second_title: Aspose.Email for Java API Reference description: Phone call statuses. type: docs -weight: 570 +weight: 572 url: /java/com.aspose.email/phonecallstate/ --- diff --git a/english/java/com.aspose.email/phonenumber/_index.md b/english/java/com.aspose.email/phonenumber/_index.md index 87759c9d2b..a90518d25e 100644 --- a/english/java/com.aspose.email/phonenumber/_index.md +++ b/english/java/com.aspose.email/phonenumber/_index.md @@ -3,7 +3,7 @@ title: PhoneNumber second_title: Aspose.Email for Java API Reference description: Represents a phone number. type: docs -weight: 571 +weight: 573 url: /java/com.aspose.email/phonenumber/ --- diff --git a/english/java/com.aspose.email/phonenumbercategory/_index.md b/english/java/com.aspose.email/phonenumbercategory/_index.md index ebb9659654..29c5dc7d85 100644 --- a/english/java/com.aspose.email/phonenumbercategory/_index.md +++ b/english/java/com.aspose.email/phonenumbercategory/_index.md @@ -3,7 +3,7 @@ title: PhoneNumberCategory second_title: Aspose.Email for Java API Reference description: Represents category for a phone number type: docs -weight: 572 +weight: 574 url: /java/com.aspose.email/phonenumbercategory/ --- diff --git a/english/java/com.aspose.email/phonenumberlist/_index.md b/english/java/com.aspose.email/phonenumberlist/_index.md index c4d907cd5c..af0a79a4de 100644 --- a/english/java/com.aspose.email/phonenumberlist/_index.md +++ b/english/java/com.aspose.email/phonenumberlist/_index.md @@ -3,7 +3,7 @@ title: PhoneNumberList second_title: Aspose.Email for Java API Reference description: List of phone numbers for a contact. type: docs -weight: 573 +weight: 575 url: /java/com.aspose.email/phonenumberlist/ --- diff --git a/english/java/com.aspose.email/pidlidpropertydescriptor/_index.md b/english/java/com.aspose.email/pidlidpropertydescriptor/_index.md index 2653ea2a9e..fd5377d582 100644 --- a/english/java/com.aspose.email/pidlidpropertydescriptor/_index.md +++ b/english/java/com.aspose.email/pidlidpropertydescriptor/_index.md @@ -3,7 +3,7 @@ title: PidLidPropertyDescriptor second_title: Aspose.Email for Java API Reference description: Class contains property description information. type: docs -weight: 574 +weight: 576 url: /java/com.aspose.email/pidlidpropertydescriptor/ --- diff --git a/english/java/com.aspose.email/pidnamepropertydescriptor/_index.md b/english/java/com.aspose.email/pidnamepropertydescriptor/_index.md index 5d3e73ecd8..f4aaac1e35 100644 --- a/english/java/com.aspose.email/pidnamepropertydescriptor/_index.md +++ b/english/java/com.aspose.email/pidnamepropertydescriptor/_index.md @@ -3,7 +3,7 @@ title: PidNamePropertyDescriptor second_title: Aspose.Email for Java API Reference description: Class contains property description information. type: docs -weight: 575 +weight: 577 url: /java/com.aspose.email/pidnamepropertydescriptor/ --- diff --git a/english/java/com.aspose.email/pidtagpropertydescriptor/_index.md b/english/java/com.aspose.email/pidtagpropertydescriptor/_index.md index 1a9d918598..c8452f1502 100644 --- a/english/java/com.aspose.email/pidtagpropertydescriptor/_index.md +++ b/english/java/com.aspose.email/pidtagpropertydescriptor/_index.md @@ -3,7 +3,7 @@ title: PidTagPropertyDescriptor second_title: Aspose.Email for Java API Reference description: Class contains property description information. type: docs -weight: 576 +weight: 578 url: /java/com.aspose.email/pidtagpropertydescriptor/ --- diff --git a/english/java/com.aspose.email/pipeliningmode/_index.md b/english/java/com.aspose.email/pipeliningmode/_index.md index a7bc4f31dc..50179d7050 100644 --- a/english/java/com.aspose.email/pipeliningmode/_index.md +++ b/english/java/com.aspose.email/pipeliningmode/_index.md @@ -3,7 +3,7 @@ title: PipeliningMode second_title: Aspose.Email for Java API Reference description: Defines how mail client supports the pipelining type: docs -weight: 577 +weight: 579 url: /java/com.aspose.email/pipeliningmode/ --- diff --git a/english/java/com.aspose.email/pipeliningstatus/_index.md b/english/java/com.aspose.email/pipeliningstatus/_index.md index d5094d3354..dd298d3d00 100644 --- a/english/java/com.aspose.email/pipeliningstatus/_index.md +++ b/english/java/com.aspose.email/pipeliningstatus/_index.md @@ -3,7 +3,7 @@ title: PipeliningStatus second_title: Aspose.Email for Java API Reference description: Defines pipelining status for mail client. type: docs -weight: 578 +weight: 580 url: /java/com.aspose.email/pipeliningstatus/ --- diff --git a/english/java/com.aspose.email/pop3client/_index.md b/english/java/com.aspose.email/pop3client/_index.md index da5d5bc1bf..d5410f9f94 100644 --- a/english/java/com.aspose.email/pop3client/_index.md +++ b/english/java/com.aspose.email/pop3client/_index.md @@ -3,7 +3,7 @@ title: Pop3Client second_title: Aspose.Email for Java API Reference description: Allows applications to access and manipulate messages by using the Post Office Protocol Version 3 POP3. type: docs -weight: 579 +weight: 581 url: /java/com.aspose.email/pop3client/ --- diff --git a/english/java/com.aspose.email/pop3exception/_index.md b/english/java/com.aspose.email/pop3exception/_index.md index 332ee21dfa..38b925b5f7 100644 --- a/english/java/com.aspose.email/pop3exception/_index.md +++ b/english/java/com.aspose.email/pop3exception/_index.md @@ -3,7 +3,7 @@ title: Pop3Exception second_title: Aspose.Email for Java API Reference description: Represents the exception that is thrown when the Pop3Client is not able to complete an operation. type: docs -weight: 580 +weight: 582 url: /java/com.aspose.email/pop3exception/ --- diff --git a/english/java/com.aspose.email/pop3knownauthenticationtype/_index.md b/english/java/com.aspose.email/pop3knownauthenticationtype/_index.md index f52e68e06c..ba6c2e801c 100644 --- a/english/java/com.aspose.email/pop3knownauthenticationtype/_index.md +++ b/english/java/com.aspose.email/pop3knownauthenticationtype/_index.md @@ -3,7 +3,7 @@ title: Pop3KnownAuthenticationType second_title: Aspose.Email for Java API Reference description: type: docs -weight: 581 +weight: 583 url: /java/com.aspose.email/pop3knownauthenticationtype/ --- diff --git a/english/java/com.aspose.email/pop3listfields/_index.md b/english/java/com.aspose.email/pop3listfields/_index.md index 3014a37bad..af73ed3e0a 100644 --- a/english/java/com.aspose.email/pop3listfields/_index.md +++ b/english/java/com.aspose.email/pop3listfields/_index.md @@ -3,7 +3,7 @@ title: Pop3ListFields second_title: Aspose.Email for Java API Reference description: Fields that may be retrieved from the server type: docs -weight: 582 +weight: 584 url: /java/com.aspose.email/pop3listfields/ --- diff --git a/english/java/com.aspose.email/pop3mailboxinfo/_index.md b/english/java/com.aspose.email/pop3mailboxinfo/_index.md index 2e60ae5f62..84b4a1e6a8 100644 --- a/english/java/com.aspose.email/pop3mailboxinfo/_index.md +++ b/english/java/com.aspose.email/pop3mailboxinfo/_index.md @@ -3,7 +3,7 @@ title: Pop3MailboxInfo second_title: Aspose.Email for Java API Reference description: Represents the status of the mailbox. type: docs -weight: 583 +weight: 585 url: /java/com.aspose.email/pop3mailboxinfo/ --- diff --git a/english/java/com.aspose.email/pop3messageinfo/_index.md b/english/java/com.aspose.email/pop3messageinfo/_index.md index 5c86861445..67bdb0f84f 100644 --- a/english/java/com.aspose.email/pop3messageinfo/_index.md +++ b/english/java/com.aspose.email/pop3messageinfo/_index.md @@ -3,7 +3,7 @@ title: Pop3MessageInfo second_title: Aspose.Email for Java API Reference description: The Pop3MessageInfo represents the E-Mail message info fetched from the Pop3 server. type: docs -weight: 584 +weight: 586 url: /java/com.aspose.email/pop3messageinfo/ --- diff --git a/english/java/com.aspose.email/pop3messageinfocollection/_index.md b/english/java/com.aspose.email/pop3messageinfocollection/_index.md index 2982decb60..ff397488af 100644 --- a/english/java/com.aspose.email/pop3messageinfocollection/_index.md +++ b/english/java/com.aspose.email/pop3messageinfocollection/_index.md @@ -3,7 +3,7 @@ title: Pop3MessageInfoCollection second_title: Aspose.Email for Java API Reference description: Represents the information of a mail message from Pop3 server. type: docs -weight: 585 +weight: 587 url: /java/com.aspose.email/pop3messageinfocollection/ --- diff --git a/english/java/com.aspose.email/postaladdress/_index.md b/english/java/com.aspose.email/postaladdress/_index.md index dca693bc71..e5cda4004e 100644 --- a/english/java/com.aspose.email/postaladdress/_index.md +++ b/english/java/com.aspose.email/postaladdress/_index.md @@ -3,7 +3,7 @@ title: PostalAddress second_title: Aspose.Email for Java API Reference description: Represents a postal address. type: docs -weight: 586 +weight: 588 url: /java/com.aspose.email/postaladdress/ --- diff --git a/english/java/com.aspose.email/postaladdresscategory/_index.md b/english/java/com.aspose.email/postaladdresscategory/_index.md index 4fd0df6f85..1337cec7d5 100644 --- a/english/java/com.aspose.email/postaladdresscategory/_index.md +++ b/english/java/com.aspose.email/postaladdresscategory/_index.md @@ -3,7 +3,7 @@ title: PostalAddressCategory second_title: Aspose.Email for Java API Reference description: Represents category for a postal address type: docs -weight: 587 +weight: 589 url: /java/com.aspose.email/postaladdresscategory/ --- diff --git a/english/java/com.aspose.email/postaladdresslist/_index.md b/english/java/com.aspose.email/postaladdresslist/_index.md index af0f044696..9bb9fba4e1 100644 --- a/english/java/com.aspose.email/postaladdresslist/_index.md +++ b/english/java/com.aspose.email/postaladdresslist/_index.md @@ -3,7 +3,7 @@ title: PostalAddressList second_title: Aspose.Email for Java API Reference description: List of postal addresses for a contact. type: docs -weight: 588 +weight: 590 url: /java/com.aspose.email/postaladdresslist/ --- diff --git a/english/java/com.aspose.email/progresseventhandlerinfo/_index.md b/english/java/com.aspose.email/progresseventhandlerinfo/_index.md index 618f67afc2..ffcc60441d 100644 --- a/english/java/com.aspose.email/progresseventhandlerinfo/_index.md +++ b/english/java/com.aspose.email/progresseventhandlerinfo/_index.md @@ -3,7 +3,7 @@ title: ProgressEventHandlerInfo second_title: Aspose.Email for Java API Reference description: This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user. type: docs -weight: 589 +weight: 591 url: /java/com.aspose.email/progresseventhandlerinfo/ --- diff --git a/english/java/com.aspose.email/progresseventtype/_index.md b/english/java/com.aspose.email/progresseventtype/_index.md index 46bebd2d5c..70d6211b1d 100644 --- a/english/java/com.aspose.email/progresseventtype/_index.md +++ b/english/java/com.aspose.email/progresseventtype/_index.md @@ -3,7 +3,7 @@ title: ProgressEventType second_title: Aspose.Email for Java API Reference description: Type of progress event that occured. type: docs -weight: 590 +weight: 592 url: /java/com.aspose.email/progresseventtype/ --- diff --git a/english/java/com.aspose.email/propertydatatype/_index.md b/english/java/com.aspose.email/propertydatatype/_index.md index 2980206546..f96d8bc6b5 100644 --- a/english/java/com.aspose.email/propertydatatype/_index.md +++ b/english/java/com.aspose.email/propertydatatype/_index.md @@ -3,7 +3,7 @@ title: PropertyDataType second_title: Aspose.Email for Java API Reference description: MS-OXCDATA Data Structures type: docs -weight: 591 +weight: 593 url: /java/com.aspose.email/propertydatatype/ --- diff --git a/english/java/com.aspose.email/propertydescriptor/_index.md b/english/java/com.aspose.email/propertydescriptor/_index.md index 4c973363ac..e4b930f084 100644 --- a/english/java/com.aspose.email/propertydescriptor/_index.md +++ b/english/java/com.aspose.email/propertydescriptor/_index.md @@ -3,7 +3,7 @@ title: PropertyDescriptor second_title: Aspose.Email for Java API Reference description: Class contains property description information. type: docs -weight: 592 +weight: 594 url: /java/com.aspose.email/propertydescriptor/ --- diff --git a/english/java/com.aspose.email/proxy/_index.md b/english/java/com.aspose.email/proxy/_index.md index 17fc0c4556..708db5f32a 100644 --- a/english/java/com.aspose.email/proxy/_index.md +++ b/english/java/com.aspose.email/proxy/_index.md @@ -3,7 +3,7 @@ title: Proxy second_title: Aspose.Email for Java API Reference description: Base proxy client. type: docs -weight: 593 +weight: 595 url: /java/com.aspose.email/proxy/ --- diff --git a/english/java/com.aspose.email/queryfield/_index.md b/english/java/com.aspose.email/queryfield/_index.md index 92ee97bbb3..8bcea32f5a 100644 --- a/english/java/com.aspose.email/queryfield/_index.md +++ b/english/java/com.aspose.email/queryfield/_index.md @@ -3,7 +3,7 @@ title: QueryField second_title: Aspose.Email for Java API Reference description: Base class for query fields. type: docs -weight: 594 +weight: 596 url: /java/com.aspose.email/queryfield/ --- diff --git a/english/java/com.aspose.email/range/_index.md b/english/java/com.aspose.email/range/_index.md index a93a6c4846..9a8b1bf0ac 100644 --- a/english/java/com.aspose.email/range/_index.md +++ b/english/java/com.aspose.email/range/_index.md @@ -3,7 +3,7 @@ title: Range second_title: Aspose.Email for Java API Reference description: Time range during which calendar should be regarded as busy. type: docs -weight: 595 +weight: 597 url: /java/com.aspose.email/range/ --- diff --git a/english/java/com.aspose.email/rangeseqset/_index.md b/english/java/com.aspose.email/rangeseqset/_index.md index 9700883e65..e27253537b 100644 --- a/english/java/com.aspose.email/rangeseqset/_index.md +++ b/english/java/com.aspose.email/rangeseqset/_index.md @@ -3,7 +3,7 @@ title: RangeSeqSet second_title: Aspose.Email for Java API Reference description: Container with range of values to search. type: docs -weight: 596 +weight: 598 url: /java/com.aspose.email/rangeseqset/ --- diff --git a/english/java/com.aspose.email/readlinestimeoutexception/_index.md b/english/java/com.aspose.email/readlinestimeoutexception/_index.md index a20fbae166..2253fc9387 100644 --- a/english/java/com.aspose.email/readlinestimeoutexception/_index.md +++ b/english/java/com.aspose.email/readlinestimeoutexception/_index.md @@ -3,7 +3,7 @@ title: ReadLinesTimeoutException second_title: Aspose.Email for Java API Reference description: Represents the exception that is thrown when a response from server can not be read within the specified time. type: docs -weight: 597 +weight: 599 url: /java/com.aspose.email/readlinestimeoutexception/ --- diff --git a/english/java/com.aspose.email/recipienttrackingevent/_index.md b/english/java/com.aspose.email/recipienttrackingevent/_index.md index d0ff46924a..050664a8db 100644 --- a/english/java/com.aspose.email/recipienttrackingevent/_index.md +++ b/english/java/com.aspose.email/recipienttrackingevent/_index.md @@ -3,7 +3,7 @@ title: RecipientTrackingEvent second_title: Aspose.Email for Java API Reference description: Represents details for a specific event in the tracking report. type: docs -weight: 598 +weight: 600 url: /java/com.aspose.email/recipienttrackingevent/ --- diff --git a/english/java/com.aspose.email/recurrencepattern/_index.md b/english/java/com.aspose.email/recurrencepattern/_index.md index 1e0a942218..c184db72ec 100644 --- a/english/java/com.aspose.email/recurrencepattern/_index.md +++ b/english/java/com.aspose.email/recurrencepattern/_index.md @@ -3,7 +3,7 @@ title: RecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents a recurrence pattern. type: docs -weight: 599 +weight: 601 url: /java/com.aspose.email/recurrencepattern/ --- diff --git a/english/java/com.aspose.email/recurrencerule/_index.md b/english/java/com.aspose.email/recurrencerule/_index.md index bda961fd74..ccc401760a 100644 --- a/english/java/com.aspose.email/recurrencerule/_index.md +++ b/english/java/com.aspose.email/recurrencerule/_index.md @@ -3,7 +3,7 @@ title: RecurrenceRule second_title: Aspose.Email for Java API Reference description: Represents one recurrence or exception rule in a recurrence pattern. type: docs -weight: 600 +weight: 602 url: /java/com.aspose.email/recurrencerule/ --- diff --git a/english/java/com.aspose.email/recurrencerulecollection/_index.md b/english/java/com.aspose.email/recurrencerulecollection/_index.md index b0c9e91802..e7bad34065 100644 --- a/english/java/com.aspose.email/recurrencerulecollection/_index.md +++ b/english/java/com.aspose.email/recurrencerulecollection/_index.md @@ -3,7 +3,7 @@ title: RecurrenceRuleCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of objects. type: docs -weight: 601 +weight: 603 url: /java/com.aspose.email/recurrencerulecollection/ --- diff --git a/english/java/com.aspose.email/referenceattachment/_index.md b/english/java/com.aspose.email/referenceattachment/_index.md index e269f9a668..d7d9b9fccb 100644 --- a/english/java/com.aspose.email/referenceattachment/_index.md +++ b/english/java/com.aspose.email/referenceattachment/_index.md @@ -3,7 +3,7 @@ title: ReferenceAttachment second_title: Aspose.Email for Java API Reference description: This class represents a reference attachment type: docs -weight: 602 +weight: 604 url: /java/com.aspose.email/referenceattachment/ --- diff --git a/english/java/com.aspose.email/reminderaction/_index.md b/english/java/com.aspose.email/reminderaction/_index.md index 69c97da7b6..94f7c4dc6f 100644 --- a/english/java/com.aspose.email/reminderaction/_index.md +++ b/english/java/com.aspose.email/reminderaction/_index.md @@ -3,7 +3,7 @@ title: ReminderAction second_title: Aspose.Email for Java API Reference description: Defines the action to be invoked when an alarm is triggered. type: docs -weight: 603 +weight: 605 url: /java/com.aspose.email/reminderaction/ --- diff --git a/english/java/com.aspose.email/reminderattachment/_index.md b/english/java/com.aspose.email/reminderattachment/_index.md index 56ca73f5f7..da3f5baf2d 100644 --- a/english/java/com.aspose.email/reminderattachment/_index.md +++ b/english/java/com.aspose.email/reminderattachment/_index.md @@ -3,7 +3,7 @@ title: ReminderAttachment second_title: Aspose.Email for Java API Reference description: Provides the capability to associate a document object with an alarm. type: docs -weight: 604 +weight: 606 url: /java/com.aspose.email/reminderattachment/ --- diff --git a/english/java/com.aspose.email/reminderattachmentcollection/_index.md b/english/java/com.aspose.email/reminderattachmentcollection/_index.md index 3d4658a3f3..1434f0a6f2 100644 --- a/english/java/com.aspose.email/reminderattachmentcollection/_index.md +++ b/english/java/com.aspose.email/reminderattachmentcollection/_index.md @@ -3,7 +3,7 @@ title: ReminderAttachmentCollection second_title: Aspose.Email for Java API Reference description: Contains collection of ReminderAttachment objects. type: docs -weight: 605 +weight: 607 url: /java/com.aspose.email/reminderattachmentcollection/ --- diff --git a/english/java/com.aspose.email/reminderattendee/_index.md b/english/java/com.aspose.email/reminderattendee/_index.md index 25a125cec2..01d71ebef7 100644 --- a/english/java/com.aspose.email/reminderattendee/_index.md +++ b/english/java/com.aspose.email/reminderattendee/_index.md @@ -3,7 +3,7 @@ title: ReminderAttendee second_title: Aspose.Email for Java API Reference description: Defines an Attendee within a alarm. type: docs -weight: 606 +weight: 608 url: /java/com.aspose.email/reminderattendee/ --- diff --git a/english/java/com.aspose.email/reminderattendeecollection/_index.md b/english/java/com.aspose.email/reminderattendeecollection/_index.md index 727f33240b..0d0bd33403 100644 --- a/english/java/com.aspose.email/reminderattendeecollection/_index.md +++ b/english/java/com.aspose.email/reminderattendeecollection/_index.md @@ -3,7 +3,7 @@ title: ReminderAttendeeCollection second_title: Aspose.Email for Java API Reference description: Contains collection of ReminderAttendee objects. type: docs -weight: 607 +weight: 609 url: /java/com.aspose.email/reminderattendeecollection/ --- diff --git a/english/java/com.aspose.email/reminderduration/_index.md b/english/java/com.aspose.email/reminderduration/_index.md index 1d2acf8d8f..d9dd3d4cba 100644 --- a/english/java/com.aspose.email/reminderduration/_index.md +++ b/english/java/com.aspose.email/reminderduration/_index.md @@ -3,7 +3,7 @@ title: ReminderDuration second_title: Aspose.Email for Java API Reference description: Used to identify properties that contain a duration of time. type: docs -weight: 608 +weight: 610 url: /java/com.aspose.email/reminderduration/ --- diff --git a/english/java/com.aspose.email/remindermethods/_index.md b/english/java/com.aspose.email/remindermethods/_index.md index a365500853..ca6f28c97b 100644 --- a/english/java/com.aspose.email/remindermethods/_index.md +++ b/english/java/com.aspose.email/remindermethods/_index.md @@ -3,7 +3,7 @@ title: ReminderMethods second_title: Aspose.Email for Java API Reference description: The method used by this reminder. type: docs -weight: 609 +weight: 611 url: /java/com.aspose.email/remindermethods/ --- diff --git a/english/java/com.aspose.email/reminderrelated/_index.md b/english/java/com.aspose.email/reminderrelated/_index.md index 80c67afc78..a74cf1bac4 100644 --- a/english/java/com.aspose.email/reminderrelated/_index.md +++ b/english/java/com.aspose.email/reminderrelated/_index.md @@ -3,7 +3,7 @@ title: ReminderRelated second_title: Aspose.Email for Java API Reference description: Specify the relationship of the alarm trigger with respect to the start or end of the event. type: docs -weight: 610 +weight: 612 url: /java/com.aspose.email/reminderrelated/ --- diff --git a/english/java/com.aspose.email/reminders/_index.md b/english/java/com.aspose.email/reminders/_index.md index 56eca5b2cf..c94b30b94e 100644 --- a/english/java/com.aspose.email/reminders/_index.md +++ b/english/java/com.aspose.email/reminders/_index.md @@ -3,7 +3,7 @@ title: Reminders second_title: Aspose.Email for Java API Reference description: Information about the events reminders for the authenticated user. type: docs -weight: 612 +weight: 614 url: /java/com.aspose.email/reminders/ --- diff --git a/english/java/com.aspose.email/remindertrigger/_index.md b/english/java/com.aspose.email/remindertrigger/_index.md index 8049b19147..e0b8d02a79 100644 --- a/english/java/com.aspose.email/remindertrigger/_index.md +++ b/english/java/com.aspose.email/remindertrigger/_index.md @@ -3,7 +3,7 @@ title: ReminderTrigger second_title: Aspose.Email for Java API Reference description: Specifies when an alarm will trigger. type: docs -weight: 611 +weight: 613 url: /java/com.aspose.email/remindertrigger/ --- diff --git a/english/java/com.aspose.email/replybody/_index.md b/english/java/com.aspose.email/replybody/_index.md index fd460d588b..4b069d046a 100644 --- a/english/java/com.aspose.email/replybody/_index.md +++ b/english/java/com.aspose.email/replybody/_index.md @@ -3,7 +3,7 @@ title: ReplyBody second_title: Aspose.Email for Java API Reference description: Represents the OOF message response. type: docs -weight: 613 +weight: 615 url: /java/com.aspose.email/replybody/ --- diff --git a/english/java/com.aspose.email/replymessagebuilder/_index.md b/english/java/com.aspose.email/replymessagebuilder/_index.md index bec1f2850a..a039e0779e 100644 --- a/english/java/com.aspose.email/replymessagebuilder/_index.md +++ b/english/java/com.aspose.email/replymessagebuilder/_index.md @@ -3,7 +3,7 @@ title: ReplyMessageBuilder second_title: Aspose.Email for Java API Reference description: Provides creation and formatting the replying messages. type: docs -weight: 614 +weight: 616 url: /java/com.aspose.email/replymessagebuilder/ --- diff --git a/english/java/com.aspose.email/resourcehtmlrenderingeventargs/_index.md b/english/java/com.aspose.email/resourcehtmlrenderingeventargs/_index.md index ea8d5ef8f4..021283d9bc 100644 --- a/english/java/com.aspose.email/resourcehtmlrenderingeventargs/_index.md +++ b/english/java/com.aspose.email/resourcehtmlrenderingeventargs/_index.md @@ -3,7 +3,7 @@ title: ResourceHtmlRenderingEventArgs second_title: Aspose.Email for Java API Reference description: Represents additional parameters for ResourceHtmlRendering event. type: docs -weight: 615 +weight: 617 url: /java/com.aspose.email/resourcehtmlrenderingeventargs/ --- diff --git a/english/java/com.aspose.email/resourcehtmlrenderinghandler/_index.md b/english/java/com.aspose.email/resourcehtmlrenderinghandler/_index.md index a77ad2425d..9e30c11d67 100644 --- a/english/java/com.aspose.email/resourcehtmlrenderinghandler/_index.md +++ b/english/java/com.aspose.email/resourcehtmlrenderinghandler/_index.md @@ -3,7 +3,7 @@ title: ResourceHtmlRenderingHandler second_title: Aspose.Email for Java API Reference description: Provides customization of rendering resources in html. type: docs -weight: 616 +weight: 618 url: /java/com.aspose.email/resourcehtmlrenderinghandler/ --- diff --git a/english/java/com.aspose.email/resourcerenderingmode/_index.md b/english/java/com.aspose.email/resourcerenderingmode/_index.md index 92c0a68766..c796bb3c1c 100644 --- a/english/java/com.aspose.email/resourcerenderingmode/_index.md +++ b/english/java/com.aspose.email/resourcerenderingmode/_index.md @@ -3,7 +3,7 @@ title: ResourceRenderingMode second_title: Aspose.Email for Java API Reference description: Provides set various modes of rendering resources in html. type: docs -weight: 617 +weight: 619 url: /java/com.aspose.email/resourcerenderingmode/ --- diff --git a/english/java/com.aspose.email/resourcetype/_index.md b/english/java/com.aspose.email/resourcetype/_index.md index 39de0c87ac..9cf7165791 100644 --- a/english/java/com.aspose.email/resourcetype/_index.md +++ b/english/java/com.aspose.email/resourcetype/_index.md @@ -3,7 +3,7 @@ title: ResourceType second_title: Aspose.Email for Java API Reference description: The resource in Microsoft Graph that youre referencing. type: docs -weight: 618 +weight: 620 url: /java/com.aspose.email/resourcetype/ --- diff --git a/english/java/com.aspose.email/responsemessagebuilder/_index.md b/english/java/com.aspose.email/responsemessagebuilder/_index.md index 9d66a3dd2a..7d3d54d7f1 100644 --- a/english/java/com.aspose.email/responsemessagebuilder/_index.md +++ b/english/java/com.aspose.email/responsemessagebuilder/_index.md @@ -3,7 +3,7 @@ title: ResponseMessageBuilder second_title: Aspose.Email for Java API Reference description: Provides creation and formatting the forwarding and replying messages. type: docs -weight: 619 +weight: 621 url: /java/com.aspose.email/responsemessagebuilder/ --- diff --git a/english/java/com.aspose.email/restoreoptions/_index.md b/english/java/com.aspose.email/restoreoptions/_index.md index 86817edf9b..3f5e484353 100644 --- a/english/java/com.aspose.email/restoreoptions/_index.md +++ b/english/java/com.aspose.email/restoreoptions/_index.md @@ -3,7 +3,7 @@ title: RestoreOptions second_title: Aspose.Email for Java API Reference description: Enumerates restore options type: docs -weight: 620 +weight: 622 url: /java/com.aspose.email/restoreoptions/ --- diff --git a/english/java/com.aspose.email/restoresettings/_index.md b/english/java/com.aspose.email/restoresettings/_index.md index ac1f721df7..de7545993e 100644 --- a/english/java/com.aspose.email/restoresettings/_index.md +++ b/english/java/com.aspose.email/restoresettings/_index.md @@ -3,7 +3,7 @@ title: RestoreSettings second_title: Aspose.Email for Java API Reference description: The settings for the IEWSClient.Restore method type: docs -weight: 621 +weight: 623 url: /java/com.aspose.email/restoresettings/ --- diff --git a/english/java/com.aspose.email/ruleactions/_index.md b/english/java/com.aspose.email/ruleactions/_index.md index 3aa2dbbf76..8d5efed809 100644 --- a/english/java/com.aspose.email/ruleactions/_index.md +++ b/english/java/com.aspose.email/ruleactions/_index.md @@ -3,7 +3,7 @@ title: RuleActions second_title: Aspose.Email for Java API Reference description: Represents the set of actions that are available to a rule. type: docs -weight: 622 +weight: 624 url: /java/com.aspose.email/ruleactions/ --- diff --git a/english/java/com.aspose.email/rulepredicateflags/_index.md b/english/java/com.aspose.email/rulepredicateflags/_index.md index 8d454957ed..cc23325804 100644 --- a/english/java/com.aspose.email/rulepredicateflags/_index.md +++ b/english/java/com.aspose.email/rulepredicateflags/_index.md @@ -3,7 +3,7 @@ title: RulePredicateFlags second_title: Aspose.Email for Java API Reference description: Represents the RulePredicate flags type: docs -weight: 623 +weight: 625 url: /java/com.aspose.email/rulepredicateflags/ --- diff --git a/english/java/com.aspose.email/rulepredicates/_index.md b/english/java/com.aspose.email/rulepredicates/_index.md index 2d3e5f82bf..05e3841ee1 100644 --- a/english/java/com.aspose.email/rulepredicates/_index.md +++ b/english/java/com.aspose.email/rulepredicates/_index.md @@ -3,7 +3,7 @@ title: RulePredicates second_title: Aspose.Email for Java API Reference description: Represents rule predicate type: docs -weight: 624 +weight: 626 url: /java/com.aspose.email/rulepredicates/ --- diff --git a/english/java/com.aspose.email/saveoptions/_index.md b/english/java/com.aspose.email/saveoptions/_index.md index 99c6694c58..31825ec141 100644 --- a/english/java/com.aspose.email/saveoptions/_index.md +++ b/english/java/com.aspose.email/saveoptions/_index.md @@ -3,7 +3,7 @@ title: SaveOptions second_title: Aspose.Email for Java API Reference description: This is an abstract base class for classes that allow the user to specify additional options when saving a MailMessage into a particular format. type: docs -weight: 626 +weight: 628 url: /java/com.aspose.email/saveoptions/ --- diff --git a/english/java/com.aspose.email/saveresourcehandler/_index.md b/english/java/com.aspose.email/saveresourcehandler/_index.md index 14671d78bc..23e998bc3c 100644 --- a/english/java/com.aspose.email/saveresourcehandler/_index.md +++ b/english/java/com.aspose.email/saveresourcehandler/_index.md @@ -3,7 +3,7 @@ title: SaveResourceHandler second_title: Aspose.Email for Java API Reference description: Represents the handler for HtmlSaveOptions.SaveResourceHandler type: docs -weight: 627 +weight: 629 url: /java/com.aspose.email/saveresourcehandler/ --- diff --git a/english/java/com.aspose.email/saveresult/_index.md b/english/java/com.aspose.email/saveresult/_index.md index 075da9a495..12382d2895 100644 --- a/english/java/com.aspose.email/saveresult/_index.md +++ b/english/java/com.aspose.email/saveresult/_index.md @@ -3,7 +3,7 @@ title: SaveResult second_title: Aspose.Email for Java API Reference description: Represents the result of saving the retrieved item. type: docs -weight: 628 +weight: 630 url: /java/com.aspose.email/saveresult/ --- diff --git a/english/java/com.aspose.email/savestatus/_index.md b/english/java/com.aspose.email/savestatus/_index.md index 8e207943a9..aecfeb4f71 100644 --- a/english/java/com.aspose.email/savestatus/_index.md +++ b/english/java/com.aspose.email/savestatus/_index.md @@ -3,7 +3,7 @@ title: SaveStatus second_title: Aspose.Email for Java API Reference description: Represents the status of saving the retrieved message. type: docs -weight: 629 +weight: 631 url: /java/com.aspose.email/savestatus/ --- diff --git a/english/java/com.aspose.email/searchitemtype/_index.md b/english/java/com.aspose.email/searchitemtype/_index.md index 8cd921daff..942ba4f3ef 100644 --- a/english/java/com.aspose.email/searchitemtype/_index.md +++ b/english/java/com.aspose.email/searchitemtype/_index.md @@ -3,7 +3,7 @@ title: SearchItemType second_title: Aspose.Email for Java API Reference description: Provides the item type values to limit search results to only a specific type of item. type: docs -weight: 630 +weight: 632 url: /java/com.aspose.email/searchitemtype/ --- diff --git a/english/java/com.aspose.email/section/_index.md b/english/java/com.aspose.email/section/_index.md index 7f45626e78..97dd97f9e6 100644 --- a/english/java/com.aspose.email/section/_index.md +++ b/english/java/com.aspose.email/section/_index.md @@ -3,7 +3,7 @@ title: Section second_title: Aspose.Email for Java API Reference description: Element of AmpAccordion. type: docs -weight: 631 +weight: 633 url: /java/com.aspose.email/section/ --- diff --git a/english/java/com.aspose.email/sectionheader/_index.md b/english/java/com.aspose.email/sectionheader/_index.md index ed703cb86e..bec2aec718 100644 --- a/english/java/com.aspose.email/sectionheader/_index.md +++ b/english/java/com.aspose.email/sectionheader/_index.md @@ -3,7 +3,7 @@ title: SectionHeader second_title: Aspose.Email for Java API Reference description: Represents the heading for the section type: docs -weight: 632 +weight: 634 url: /java/com.aspose.email/sectionheader/ --- diff --git a/english/java/com.aspose.email/sectionheadertype/_index.md b/english/java/com.aspose.email/sectionheadertype/_index.md index 32c775d253..2bb85f6944 100644 --- a/english/java/com.aspose.email/sectionheadertype/_index.md +++ b/english/java/com.aspose.email/sectionheadertype/_index.md @@ -3,7 +3,7 @@ title: SectionHeaderType second_title: Aspose.Email for Java API Reference description: Represents the type of heading for the section. type: docs -weight: 633 +weight: 635 url: /java/com.aspose.email/sectionheadertype/ --- diff --git a/english/java/com.aspose.email/sectionvalue/_index.md b/english/java/com.aspose.email/sectionvalue/_index.md index bad5606e87..8fdcddb501 100644 --- a/english/java/com.aspose.email/sectionvalue/_index.md +++ b/english/java/com.aspose.email/sectionvalue/_index.md @@ -3,7 +3,7 @@ title: SectionValue second_title: Aspose.Email for Java API Reference description: Represents the content of the section. type: docs -weight: 634 +weight: 636 url: /java/com.aspose.email/sectionvalue/ --- diff --git a/english/java/com.aspose.email/secureemailmanager/_index.md b/english/java/com.aspose.email/secureemailmanager/_index.md index 9d34b4f45b..45ff3afd9c 100644 --- a/english/java/com.aspose.email/secureemailmanager/_index.md +++ b/english/java/com.aspose.email/secureemailmanager/_index.md @@ -3,7 +3,7 @@ title: SecureEmailManager second_title: Aspose.Email for Java API Reference description: Class that provided methods for working with secure emails. type: docs -weight: 635 +weight: 637 url: /java/com.aspose.email/secureemailmanager/ --- diff --git a/english/java/com.aspose.email/securityoptions/_index.md b/english/java/com.aspose.email/securityoptions/_index.md index 126ed7de0b..a4368220a2 100644 --- a/english/java/com.aspose.email/securityoptions/_index.md +++ b/english/java/com.aspose.email/securityoptions/_index.md @@ -3,7 +3,7 @@ title: SecurityOptions second_title: Aspose.Email for Java API Reference description: Security mode for a mail client type: docs -weight: 636 +weight: 638 url: /java/com.aspose.email/securityoptions/ --- diff --git a/english/java/com.aspose.email/sendgridclient/_index.md b/english/java/com.aspose.email/sendgridclient/_index.md index 7c22837942..0ab125c08a 100644 --- a/english/java/com.aspose.email/sendgridclient/_index.md +++ b/english/java/com.aspose.email/sendgridclient/_index.md @@ -3,7 +3,7 @@ title: SendGridClient second_title: Aspose.Email for Java API Reference description: Represents the SendGrid client type: docs -weight: 637 +weight: 639 url: /java/com.aspose.email/sendgridclient/ --- diff --git a/english/java/com.aspose.email/sendgridclientoptions/_index.md b/english/java/com.aspose.email/sendgridclientoptions/_index.md index 4cb35db22c..76f2d3e32a 100644 --- a/english/java/com.aspose.email/sendgridclientoptions/_index.md +++ b/english/java/com.aspose.email/sendgridclientoptions/_index.md @@ -3,7 +3,7 @@ title: SendGridClientOptions second_title: Aspose.Email for Java API Reference description: Options to set the SendGridClient parameters. type: docs -weight: 638 +weight: 640 url: /java/com.aspose.email/sendgridclientoptions/ --- diff --git a/english/java/com.aspose.email/sendmessagesresult/_index.md b/english/java/com.aspose.email/sendmessagesresult/_index.md index 4fd0c206df..587b6a2fe8 100644 --- a/english/java/com.aspose.email/sendmessagesresult/_index.md +++ b/english/java/com.aspose.email/sendmessagesresult/_index.md @@ -3,7 +3,7 @@ title: SendMessagesResult second_title: Aspose.Email for Java API Reference description: Contains result of operation with messages type: docs -weight: 639 +weight: 641 url: /java/com.aspose.email/sendmessagesresult/ --- diff --git a/english/java/com.aspose.email/sensitivitychoices/_index.md b/english/java/com.aspose.email/sensitivitychoices/_index.md index 7d8d3f2621..e1c34ea818 100644 --- a/english/java/com.aspose.email/sensitivitychoices/_index.md +++ b/english/java/com.aspose.email/sensitivitychoices/_index.md @@ -3,7 +3,7 @@ title: SensitivityChoices second_title: Aspose.Email for Java API Reference description: Enumerates the sensitivity level types that are available for an item. type: docs -weight: 640 +weight: 642 url: /java/com.aspose.email/sensitivitychoices/ --- diff --git a/english/java/com.aspose.email/sentitemeventargs/_index.md b/english/java/com.aspose.email/sentitemeventargs/_index.md index d22411acf9..b9f9341fec 100644 --- a/english/java/com.aspose.email/sentitemeventargs/_index.md +++ b/english/java/com.aspose.email/sentitemeventargs/_index.md @@ -3,7 +3,7 @@ title: SentItemEventArgs second_title: Aspose.Email for Java API Reference description: Containing data for SentItem event. type: docs -weight: 641 +weight: 643 url: /java/com.aspose.email/sentitemeventargs/ --- diff --git a/english/java/com.aspose.email/sequencesetbasevalue/_index.md b/english/java/com.aspose.email/sequencesetbasevalue/_index.md index b881edded0..7c5fdbe679 100644 --- a/english/java/com.aspose.email/sequencesetbasevalue/_index.md +++ b/english/java/com.aspose.email/sequencesetbasevalue/_index.md @@ -3,7 +3,7 @@ title: SequenceSetBaseValue second_title: Aspose.Email for Java API Reference description: Base class for different containers for values to search. type: docs -weight: 642 +weight: 644 url: /java/com.aspose.email/sequencesetbasevalue/ --- diff --git a/english/java/com.aspose.email/sequencesetfield/_index.md b/english/java/com.aspose.email/sequencesetfield/_index.md index 4e6e4cfc75..8acd264c09 100644 --- a/english/java/com.aspose.email/sequencesetfield/_index.md +++ b/english/java/com.aspose.email/sequencesetfield/_index.md @@ -3,7 +3,7 @@ title: SequenceSetField second_title: Aspose.Email for Java API Reference description: Defines set of values for selected field to search. type: docs -weight: 643 +weight: 645 url: /java/com.aspose.email/sequencesetfield/ --- diff --git a/english/java/com.aspose.email/servernotificationeventargs/_index.md b/english/java/com.aspose.email/servernotificationeventargs/_index.md index db5455a1cf..87167aeb4a 100644 --- a/english/java/com.aspose.email/servernotificationeventargs/_index.md +++ b/english/java/com.aspose.email/servernotificationeventargs/_index.md @@ -3,7 +3,7 @@ title: ServerNotificationEventArgs second_title: Aspose.Email for Java API Reference description: Contains event data for server notification. type: docs -weight: 644 +weight: 646 url: /java/com.aspose.email/servernotificationeventargs/ --- diff --git a/english/java/com.aspose.email/servicepointmanager/_index.md b/english/java/com.aspose.email/servicepointmanager/_index.md index 0978b5cd5e..13c4aa653c 100644 --- a/english/java/com.aspose.email/servicepointmanager/_index.md +++ b/english/java/com.aspose.email/servicepointmanager/_index.md @@ -3,7 +3,7 @@ title: ServicePointManager second_title: Aspose.Email for Java API Reference description: Manages the collection of ServicePoint objects. type: docs -weight: 645 +weight: 647 url: /java/com.aspose.email/servicepointmanager/ --- diff --git a/english/java/com.aspose.email/signatureoptions/_index.md b/english/java/com.aspose.email/signatureoptions/_index.md index 9954f66daa..c793d74930 100644 --- a/english/java/com.aspose.email/signatureoptions/_index.md +++ b/english/java/com.aspose.email/signatureoptions/_index.md @@ -3,7 +3,7 @@ title: SignatureOptions second_title: Aspose.Email for Java API Reference description: This class allow the user to specify additional options when sign a message. type: docs -weight: 646 +weight: 648 url: /java/com.aspose.email/signatureoptions/ --- diff --git a/english/java/com.aspose.email/simpleformatter/_index.md b/english/java/com.aspose.email/simpleformatter/_index.md index 24bdaf700d..eb143074c2 100644 --- a/english/java/com.aspose.email/simpleformatter/_index.md +++ b/english/java/com.aspose.email/simpleformatter/_index.md @@ -3,7 +3,7 @@ title: SimpleFormatter second_title: Aspose.Email for Java API Reference description: Represents the default implementation of IFormatter interface. type: docs -weight: 647 +weight: 649 url: /java/com.aspose.email/simpleformatter/ --- diff --git a/english/java/com.aspose.email/simpleseqset/_index.md b/english/java/com.aspose.email/simpleseqset/_index.md index d5b4d91fda..51d5d71b97 100644 --- a/english/java/com.aspose.email/simpleseqset/_index.md +++ b/english/java/com.aspose.email/simpleseqset/_index.md @@ -3,7 +3,7 @@ title: SimpleSeqSet second_title: Aspose.Email for Java API Reference description: Simple container for value to search. type: docs -weight: 648 +weight: 650 url: /java/com.aspose.email/simpleseqset/ --- diff --git a/english/java/com.aspose.email/sizerange/_index.md b/english/java/com.aspose.email/sizerange/_index.md index c833ada968..cc218c6697 100644 --- a/english/java/com.aspose.email/sizerange/_index.md +++ b/english/java/com.aspose.email/sizerange/_index.md @@ -3,7 +3,7 @@ title: SizeRange second_title: Aspose.Email for Java API Reference description: Represents the size range type: docs -weight: 649 +weight: 651 url: /java/com.aspose.email/sizerange/ --- diff --git a/english/java/com.aspose.email/smimeresult/_index.md b/english/java/com.aspose.email/smimeresult/_index.md index a61b951c89..34226be95f 100644 --- a/english/java/com.aspose.email/smimeresult/_index.md +++ b/english/java/com.aspose.email/smimeresult/_index.md @@ -3,7 +3,7 @@ title: SmimeResult second_title: Aspose.Email for Java API Reference description: This class containing results of checking secure emails. type: docs -weight: 650 +weight: 652 url: /java/com.aspose.email/smimeresult/ --- diff --git a/english/java/com.aspose.email/smtpclient/_index.md b/english/java/com.aspose.email/smtpclient/_index.md index f93fb5cf15..d218f906fe 100644 --- a/english/java/com.aspose.email/smtpclient/_index.md +++ b/english/java/com.aspose.email/smtpclient/_index.md @@ -3,7 +3,7 @@ title: SmtpClient second_title: Aspose.Email for Java API Reference description: Allows applications to send messages by using the Simple Mail Transfer Protocol SMTP. type: docs -weight: 651 +weight: 653 url: /java/com.aspose.email/smtpclient/ --- diff --git a/english/java/com.aspose.email/smtpdeliverymethod/_index.md b/english/java/com.aspose.email/smtpdeliverymethod/_index.md index dbc29c6681..6659daf12d 100644 --- a/english/java/com.aspose.email/smtpdeliverymethod/_index.md +++ b/english/java/com.aspose.email/smtpdeliverymethod/_index.md @@ -3,7 +3,7 @@ title: SmtpDeliveryMethod second_title: Aspose.Email for Java API Reference description: Smtp delivery method type: docs -weight: 652 +weight: 654 url: /java/com.aspose.email/smtpdeliverymethod/ --- diff --git a/english/java/com.aspose.email/smtpexception/_index.md b/english/java/com.aspose.email/smtpexception/_index.md index 2e545acdae..a78f8cb51b 100644 --- a/english/java/com.aspose.email/smtpexception/_index.md +++ b/english/java/com.aspose.email/smtpexception/_index.md @@ -3,7 +3,7 @@ title: SmtpException second_title: Aspose.Email for Java API Reference description: Represents the exception that is thrown when the SmtpClient is not able to complete an operation. type: docs -weight: 653 +weight: 655 url: /java/com.aspose.email/smtpexception/ --- diff --git a/english/java/com.aspose.email/smtpfailedrecipientexception/_index.md b/english/java/com.aspose.email/smtpfailedrecipientexception/_index.md index a266993874..8770de46c7 100644 --- a/english/java/com.aspose.email/smtpfailedrecipientexception/_index.md +++ b/english/java/com.aspose.email/smtpfailedrecipientexception/_index.md @@ -3,7 +3,7 @@ title: SmtpFailedRecipientException second_title: Aspose.Email for Java API Reference description: Represents the exception which arises when the specified recipient is wrong type: docs -weight: 654 +weight: 656 url: /java/com.aspose.email/smtpfailedrecipientexception/ --- diff --git a/english/java/com.aspose.email/smtpfailedrecipientsexception/_index.md b/english/java/com.aspose.email/smtpfailedrecipientsexception/_index.md index 5e04faccd7..dc14e7ebd3 100644 --- a/english/java/com.aspose.email/smtpfailedrecipientsexception/_index.md +++ b/english/java/com.aspose.email/smtpfailedrecipientsexception/_index.md @@ -3,7 +3,7 @@ title: SmtpFailedRecipientsException second_title: Aspose.Email for Java API Reference description: Summary description for SmtpFailedRecipientsException. type: docs -weight: 655 +weight: 657 url: /java/com.aspose.email/smtpfailedrecipientsexception/ --- diff --git a/english/java/com.aspose.email/smtpknownauthenticationtype/_index.md b/english/java/com.aspose.email/smtpknownauthenticationtype/_index.md index 90ae76324d..60c41ffeb1 100644 --- a/english/java/com.aspose.email/smtpknownauthenticationtype/_index.md +++ b/english/java/com.aspose.email/smtpknownauthenticationtype/_index.md @@ -3,7 +3,7 @@ title: SmtpKnownAuthenticationType second_title: Aspose.Email for Java API Reference description: type: docs -weight: 656 +weight: 658 url: /java/com.aspose.email/smtpknownauthenticationtype/ --- diff --git a/english/java/com.aspose.email/smtpstatuscode/_index.md b/english/java/com.aspose.email/smtpstatuscode/_index.md index 183ae78bb1..e3a08070e4 100644 --- a/english/java/com.aspose.email/smtpstatuscode/_index.md +++ b/english/java/com.aspose.email/smtpstatuscode/_index.md @@ -3,7 +3,7 @@ title: SmtpStatusCode second_title: Aspose.Email for Java API Reference description: Smtp status codes type: docs -weight: 657 +weight: 659 url: /java/com.aspose.email/smtpstatuscode/ --- diff --git a/english/java/com.aspose.email/socksauthenticationmethods/_index.md b/english/java/com.aspose.email/socksauthenticationmethods/_index.md index 6f3245132d..7e2886f0dc 100644 --- a/english/java/com.aspose.email/socksauthenticationmethods/_index.md +++ b/english/java/com.aspose.email/socksauthenticationmethods/_index.md @@ -3,7 +3,7 @@ title: SocksAuthenticationMethods second_title: Aspose.Email for Java API Reference description: The authentication methods supported by the SOCKS protocol type: docs -weight: 658 +weight: 660 url: /java/com.aspose.email/socksauthenticationmethods/ --- diff --git a/english/java/com.aspose.email/socksproxy/_index.md b/english/java/com.aspose.email/socksproxy/_index.md index e0a0228021..8f23d2503c 100644 --- a/english/java/com.aspose.email/socksproxy/_index.md +++ b/english/java/com.aspose.email/socksproxy/_index.md @@ -3,7 +3,7 @@ title: SocksProxy second_title: Aspose.Email for Java API Reference description: SOCKS proxy client. type: docs -weight: 659 +weight: 661 url: /java/com.aspose.email/socksproxy/ --- diff --git a/english/java/com.aspose.email/socksversion/_index.md b/english/java/com.aspose.email/socksversion/_index.md index 1fd161ca14..078a34b80b 100644 --- a/english/java/com.aspose.email/socksversion/_index.md +++ b/english/java/com.aspose.email/socksversion/_index.md @@ -3,7 +3,7 @@ title: SocksVersion second_title: Aspose.Email for Java API Reference description: Versions of the SOCKS protocol type: docs -weight: 660 +weight: 662 url: /java/com.aspose.email/socksversion/ --- diff --git a/english/java/com.aspose.email/sortconditions/_index.md b/english/java/com.aspose.email/sortconditions/_index.md index 861633d13b..0b31dcf95d 100644 --- a/english/java/com.aspose.email/sortconditions/_index.md +++ b/english/java/com.aspose.email/sortconditions/_index.md @@ -3,7 +3,7 @@ title: SortConditions second_title: Aspose.Email for Java API Reference description: Provides the search conditions for the SORT extension. type: docs -weight: 661 +weight: 663 url: /java/com.aspose.email/sortconditions/ --- diff --git a/english/java/com.aspose.email/sortingkey/_index.md b/english/java/com.aspose.email/sortingkey/_index.md index 0559aa5065..63b571e319 100644 --- a/english/java/com.aspose.email/sortingkey/_index.md +++ b/english/java/com.aspose.email/sortingkey/_index.md @@ -3,7 +3,7 @@ title: SortingKey second_title: Aspose.Email for Java API Reference description: Sort criterias for SORT command See more https//tools.ietf.org/html/rfc5256 type: docs -weight: 662 +weight: 664 url: /java/com.aspose.email/sortingkey/ --- diff --git a/english/java/com.aspose.email/spamanalyzer/_index.md b/english/java/com.aspose.email/spamanalyzer/_index.md index b3c8b1827b..a519bd78ee 100644 --- a/english/java/com.aspose.email/spamanalyzer/_index.md +++ b/english/java/com.aspose.email/spamanalyzer/_index.md @@ -3,7 +3,7 @@ title: SpamAnalyzer second_title: Aspose.Email for Java API Reference description: Class which allows applications to detect spam e-mails with self-learning Bayesian filter. type: docs -weight: 663 +weight: 665 url: /java/com.aspose.email/spamanalyzer/ --- diff --git a/english/java/com.aspose.email/sspiexception/_index.md b/english/java/com.aspose.email/sspiexception/_index.md index f4211b1196..dca4075650 100644 --- a/english/java/com.aspose.email/sspiexception/_index.md +++ b/english/java/com.aspose.email/sspiexception/_index.md @@ -3,7 +3,7 @@ title: SSPIException second_title: Aspose.Email for Java API Reference description: Represents errors that occur during SSPI execution. type: docs -weight: 625 +weight: 627 url: /java/com.aspose.email/sspiexception/ --- diff --git a/english/java/com.aspose.email/standardformatter/_index.md b/english/java/com.aspose.email/standardformatter/_index.md index 5b3e6d66de..8e157f67c1 100644 --- a/english/java/com.aspose.email/standardformatter/_index.md +++ b/english/java/com.aspose.email/standardformatter/_index.md @@ -3,7 +3,7 @@ title: StandardFormatter second_title: Aspose.Email for Java API Reference description: Represents the class for formatting log entry messsages. type: docs -weight: 664 +weight: 666 url: /java/com.aspose.email/standardformatter/ --- diff --git a/english/java/com.aspose.email/standardipmfolder/_index.md b/english/java/com.aspose.email/standardipmfolder/_index.md index 1653546f86..8b45f0a77a 100644 --- a/english/java/com.aspose.email/standardipmfolder/_index.md +++ b/english/java/com.aspose.email/standardipmfolder/_index.md @@ -3,7 +3,7 @@ title: StandardIpmFolder second_title: Aspose.Email for Java API Reference description: Represents a standard interpersonal message IPM folders. type: docs -weight: 665 +weight: 667 url: /java/com.aspose.email/standardipmfolder/ --- diff --git a/english/java/com.aspose.email/storageprocessedeventargs/_index.md b/english/java/com.aspose.email/storageprocessedeventargs/_index.md index 4fc16fc657..c6da2efcee 100644 --- a/english/java/com.aspose.email/storageprocessedeventargs/_index.md +++ b/english/java/com.aspose.email/storageprocessedeventargs/_index.md @@ -3,7 +3,7 @@ title: StorageProcessedEventArgs second_title: Aspose.Email for Java API Reference description: Provides data for the event type: docs -weight: 666 +weight: 668 url: /java/com.aspose.email/storageprocessedeventargs/ --- diff --git a/english/java/com.aspose.email/storageprocessedeventhandler/_index.md b/english/java/com.aspose.email/storageprocessedeventhandler/_index.md index 062cc673db..d79b1b0556 100644 --- a/english/java/com.aspose.email/storageprocessedeventhandler/_index.md +++ b/english/java/com.aspose.email/storageprocessedeventhandler/_index.md @@ -3,7 +3,7 @@ title: StorageProcessedEventHandler second_title: Aspose.Email for Java API Reference description: Represents the method that will handle an event. type: docs -weight: 667 +weight: 669 url: /java/com.aspose.email/storageprocessedeventhandler/ --- diff --git a/english/java/com.aspose.email/storageprocessingeventargs/_index.md b/english/java/com.aspose.email/storageprocessingeventargs/_index.md index fa3817385f..11ac35d9c6 100644 --- a/english/java/com.aspose.email/storageprocessingeventargs/_index.md +++ b/english/java/com.aspose.email/storageprocessingeventargs/_index.md @@ -3,7 +3,7 @@ title: StorageProcessingEventArgs second_title: Aspose.Email for Java API Reference description: Provides data for the event type: docs -weight: 668 +weight: 670 url: /java/com.aspose.email/storageprocessingeventargs/ --- diff --git a/english/java/com.aspose.email/storageprocessingeventhandler/_index.md b/english/java/com.aspose.email/storageprocessingeventhandler/_index.md index 1e1a703f31..b7205b22dc 100644 --- a/english/java/com.aspose.email/storageprocessingeventhandler/_index.md +++ b/english/java/com.aspose.email/storageprocessingeventhandler/_index.md @@ -3,7 +3,7 @@ title: StorageProcessingEventHandler second_title: Aspose.Email for Java API Reference description: Event handler for the StoragePreProcessing. type: docs -weight: 669 +weight: 671 url: /java/com.aspose.email/storageprocessingeventhandler/ --- diff --git a/english/java/com.aspose.email/stringcomparisonfield/_index.md b/english/java/com.aspose.email/stringcomparisonfield/_index.md index efe1e8a7ec..0764822530 100644 --- a/english/java/com.aspose.email/stringcomparisonfield/_index.md +++ b/english/java/com.aspose.email/stringcomparisonfield/_index.md @@ -3,7 +3,7 @@ title: StringComparisonField second_title: Aspose.Email for Java API Reference description: Represents the string search field. type: docs -weight: 670 +weight: 672 url: /java/com.aspose.email/stringcomparisonfield/ --- diff --git a/english/java/com.aspose.email/syncfolderresult/_index.md b/english/java/com.aspose.email/syncfolderresult/_index.md index d6ab6a0376..9b44f084ef 100644 --- a/english/java/com.aspose.email/syncfolderresult/_index.md +++ b/english/java/com.aspose.email/syncfolderresult/_index.md @@ -3,7 +3,7 @@ title: SyncFolderResult second_title: Aspose.Email for Java API Reference description: Result for SyncFolder operation type: docs -weight: 671 +weight: 673 url: /java/com.aspose.email/syncfolderresult/ --- diff --git a/english/java/com.aspose.email/syncfoldertype/_index.md b/english/java/com.aspose.email/syncfoldertype/_index.md index 48273d423e..be0b4b9d4b 100644 --- a/english/java/com.aspose.email/syncfoldertype/_index.md +++ b/english/java/com.aspose.email/syncfoldertype/_index.md @@ -3,7 +3,7 @@ title: SyncFolderType second_title: Aspose.Email for Java API Reference description: Folder synchronization types type: docs -weight: 672 +weight: 674 url: /java/com.aspose.email/syncfoldertype/ --- diff --git a/english/java/com.aspose.email/syncstate/_index.md b/english/java/com.aspose.email/syncstate/_index.md index 0c647b7bd0..c6eb73c277 100644 --- a/english/java/com.aspose.email/syncstate/_index.md +++ b/english/java/com.aspose.email/syncstate/_index.md @@ -3,7 +3,7 @@ title: SyncState second_title: Aspose.Email for Java API Reference description: Synchronization object for folder synchronization operation. type: docs -weight: 673 +weight: 675 url: /java/com.aspose.email/syncstate/ --- diff --git a/english/java/com.aspose.email/syntaxvalidatingeventargs/_index.md b/english/java/com.aspose.email/syntaxvalidatingeventargs/_index.md index e56887044b..b2ac9acfcc 100644 --- a/english/java/com.aspose.email/syntaxvalidatingeventargs/_index.md +++ b/english/java/com.aspose.email/syntaxvalidatingeventargs/_index.md @@ -3,7 +3,7 @@ title: SyntaxValidatingEventArgs second_title: Aspose.Email for Java API Reference description: Provides data for the SyntaxValidating event. type: docs -weight: 674 +weight: 676 url: /java/com.aspose.email/syntaxvalidatingeventargs/ --- diff --git a/english/java/com.aspose.email/syntaxvalidatingeventhandler/_index.md b/english/java/com.aspose.email/syntaxvalidatingeventhandler/_index.md index 1b063283d7..c4795cbfab 100644 --- a/english/java/com.aspose.email/syntaxvalidatingeventhandler/_index.md +++ b/english/java/com.aspose.email/syntaxvalidatingeventhandler/_index.md @@ -3,7 +3,7 @@ title: SyntaxValidatingEventHandler second_title: Aspose.Email for Java API Reference description: Represents the event handler for SyntaxValidatingEvent. type: docs -weight: 675 +weight: 677 url: /java/com.aspose.email/syntaxvalidatingeventhandler/ --- diff --git a/english/java/com.aspose.email/task/_index.md b/english/java/com.aspose.email/task/_index.md index c211e29ef6..6d54f49096 100644 --- a/english/java/com.aspose.email/task/_index.md +++ b/english/java/com.aspose.email/task/_index.md @@ -3,7 +3,7 @@ title: Task second_title: Aspose.Email for Java API Reference description: Represents the exchange task information. type: docs -weight: 677 +weight: 679 url: /java/com.aspose.email/task/ --- diff --git a/english/java/com.aspose.email/taskcollection/_index.md b/english/java/com.aspose.email/taskcollection/_index.md index 6f9a4ab81d..6aee771e72 100644 --- a/english/java/com.aspose.email/taskcollection/_index.md +++ b/english/java/com.aspose.email/taskcollection/_index.md @@ -3,7 +3,7 @@ title: TaskCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of Task objects. type: docs -weight: 678 +weight: 680 url: /java/com.aspose.email/taskcollection/ --- diff --git a/english/java/com.aspose.email/taskregeneratingpattern/_index.md b/english/java/com.aspose.email/taskregeneratingpattern/_index.md index 91c167bdcf..4efec54257 100644 --- a/english/java/com.aspose.email/taskregeneratingpattern/_index.md +++ b/english/java/com.aspose.email/taskregeneratingpattern/_index.md @@ -3,7 +3,7 @@ title: TaskRegeneratingPattern second_title: Aspose.Email for Java API Reference description: Represents the regenerating recurrence pattern that specifies how many days weeks months or years after the completion of the current task the next occurrence will be due. type: docs -weight: 679 +weight: 681 url: /java/com.aspose.email/taskregeneratingpattern/ --- diff --git a/english/java/com.aspose.email/taskregeneratingtype/_index.md b/english/java/com.aspose.email/taskregeneratingtype/_index.md index b0994d6e7d..54bd9cd254 100644 --- a/english/java/com.aspose.email/taskregeneratingtype/_index.md +++ b/english/java/com.aspose.email/taskregeneratingtype/_index.md @@ -3,7 +3,7 @@ title: TaskRegeneratingType second_title: Aspose.Email for Java API Reference description: Enumerates the types of regenerating pattern. type: docs -weight: 680 +weight: 682 url: /java/com.aspose.email/taskregeneratingtype/ --- diff --git a/english/java/com.aspose.email/tasksaveformat/_index.md b/english/java/com.aspose.email/tasksaveformat/_index.md index fab845cd76..50402f525a 100644 --- a/english/java/com.aspose.email/tasksaveformat/_index.md +++ b/english/java/com.aspose.email/tasksaveformat/_index.md @@ -3,7 +3,7 @@ title: TaskSaveFormat second_title: Aspose.Email for Java API Reference description: Enumerates TaskSaveFormat type: docs -weight: 681 +weight: 683 url: /java/com.aspose.email/tasksaveformat/ --- diff --git a/english/java/com.aspose.email/templateengine/_index.md b/english/java/com.aspose.email/templateengine/_index.md index 9e51d3de38..32fc203012 100644 --- a/english/java/com.aspose.email/templateengine/_index.md +++ b/english/java/com.aspose.email/templateengine/_index.md @@ -3,7 +3,7 @@ title: TemplateEngine second_title: Aspose.Email for Java API Reference description: This class uses specified template to construct E-Mail messages. type: docs -weight: 682 +weight: 684 url: /java/com.aspose.email/templateengine/ --- diff --git a/english/java/com.aspose.email/templateroutine/_index.md b/english/java/com.aspose.email/templateroutine/_index.md index f2ce74cd7c..62e876b00b 100644 --- a/english/java/com.aspose.email/templateroutine/_index.md +++ b/english/java/com.aspose.email/templateroutine/_index.md @@ -3,7 +3,7 @@ title: TemplateRoutine second_title: Aspose.Email for Java API Reference description: Represents the routine used in the template file. type: docs -weight: 683 +weight: 685 url: /java/com.aspose.email/templateroutine/ --- diff --git a/english/java/com.aspose.email/textformat/_index.md b/english/java/com.aspose.email/textformat/_index.md index 6308298688..f34b93d381 100644 --- a/english/java/com.aspose.email/textformat/_index.md +++ b/english/java/com.aspose.email/textformat/_index.md @@ -3,7 +3,7 @@ title: TextFormat second_title: Aspose.Email for Java API Reference description: Defines format of a text. type: docs -weight: 684 +weight: 686 url: /java/com.aspose.email/textformat/ --- diff --git a/english/java/com.aspose.email/tgzreader/_index.md b/english/java/com.aspose.email/tgzreader/_index.md index 3f09aac37a..6e874ae930 100644 --- a/english/java/com.aspose.email/tgzreader/_index.md +++ b/english/java/com.aspose.email/tgzreader/_index.md @@ -3,7 +3,7 @@ title: TgzReader second_title: Aspose.Email for Java API Reference description: The mailbox items reader of Zimbra tgz storage. type: docs -weight: 685 +weight: 687 url: /java/com.aspose.email/tgzreader/ --- diff --git a/english/java/com.aspose.email/threadsearchconditions/_index.md b/english/java/com.aspose.email/threadsearchconditions/_index.md index 1d94b6e302..6f74604810 100644 --- a/english/java/com.aspose.email/threadsearchconditions/_index.md +++ b/english/java/com.aspose.email/threadsearchconditions/_index.md @@ -3,7 +3,7 @@ title: ThreadSearchConditions second_title: Aspose.Email for Java API Reference description: Provides the search conditions to retrieve email thread. type: docs -weight: 686 +weight: 688 url: /java/com.aspose.email/threadsearchconditions/ --- diff --git a/english/java/com.aspose.email/thumbnail/_index.md b/english/java/com.aspose.email/thumbnail/_index.md index 88fffafc61..2660ed12c0 100644 --- a/english/java/com.aspose.email/thumbnail/_index.md +++ b/english/java/com.aspose.email/thumbnail/_index.md @@ -3,7 +3,7 @@ title: Thumbnail second_title: Aspose.Email for Java API Reference description: https//docs.microsoft.com/en-us/graph/api/resources/thumbnailviewgraph-rest-1.0 The thumbnail resource type represents a thumbnail for an image video document or any item that has a bitmap representation. type: docs -weight: 687 +weight: 689 url: /java/com.aspose.email/thumbnail/ --- diff --git a/english/java/com.aspose.email/thumbnailset/_index.md b/english/java/com.aspose.email/thumbnailset/_index.md index f46d8e332c..32c880330a 100644 --- a/english/java/com.aspose.email/thumbnailset/_index.md +++ b/english/java/com.aspose.email/thumbnailset/_index.md @@ -3,7 +3,7 @@ title: ThumbnailSet second_title: Aspose.Email for Java API Reference description: https//docs.microsoft.com/en-us/graph/api/resources/thumbnailsetviewgraph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. type: docs -weight: 688 +weight: 690 url: /java/com.aspose.email/thumbnailset/ --- diff --git a/english/java/com.aspose.email/timeoutexception/_index.md b/english/java/com.aspose.email/timeoutexception/_index.md index 3b1749138b..7c4b33cc4f 100644 --- a/english/java/com.aspose.email/timeoutexception/_index.md +++ b/english/java/com.aspose.email/timeoutexception/_index.md @@ -3,7 +3,7 @@ title: TimeoutException second_title: Aspose.Email for Java API Reference description: Represents the exception that is thrown when the time for operation has expired. type: docs -weight: 689 +weight: 691 url: /java/com.aspose.email/timeoutexception/ --- diff --git a/english/java/com.aspose.email/timeoutreachedhandler/_index.md b/english/java/com.aspose.email/timeoutreachedhandler/_index.md index 56a70a0bd0..1c1a9badd4 100644 --- a/english/java/com.aspose.email/timeoutreachedhandler/_index.md +++ b/english/java/com.aspose.email/timeoutreachedhandler/_index.md @@ -3,7 +3,7 @@ title: TimeoutReachedHandler second_title: Aspose.Email for Java API Reference description: Raised if timed out while saving. type: docs -weight: 690 +weight: 692 url: /java/com.aspose.email/timeoutreachedhandler/ --- diff --git a/english/java/com.aspose.email/tipmethod/_index.md b/english/java/com.aspose.email/tipmethod/_index.md index 288d4a36aa..b36fbb3819 100644 --- a/english/java/com.aspose.email/tipmethod/_index.md +++ b/english/java/com.aspose.email/tipmethod/_index.md @@ -3,7 +3,7 @@ title: TIPMethod second_title: Aspose.Email for Java API Reference description: Defines the iTIP iCalendar Transport-Independent Interoperability Protocol methods associated with an object. type: docs -weight: 676 +weight: 678 url: /java/com.aspose.email/tipmethod/ --- diff --git a/english/java/com.aspose.email/tnefloadoptions/_index.md b/english/java/com.aspose.email/tnefloadoptions/_index.md index 8a0768b7d9..89f92956ac 100644 --- a/english/java/com.aspose.email/tnefloadoptions/_index.md +++ b/english/java/com.aspose.email/tnefloadoptions/_index.md @@ -3,7 +3,7 @@ title: TnefLoadOptions second_title: Aspose.Email for Java API Reference description: Allows to specify additional options when loading MailMessage from Tnef format. type: docs -weight: 691 +weight: 693 url: /java/com.aspose.email/tnefloadoptions/ --- diff --git a/english/java/com.aspose.email/tokenprovider/_index.md b/english/java/com.aspose.email/tokenprovider/_index.md index 3c0d23ca6a..dbcdc11d20 100644 --- a/english/java/com.aspose.email/tokenprovider/_index.md +++ b/english/java/com.aspose.email/tokenprovider/_index.md @@ -3,7 +3,7 @@ title: TokenProvider second_title: Aspose.Email for Java API Reference description: Class TokenProvider allows to retrieve access token for mail services. type: docs -weight: 692 +weight: 694 url: /java/com.aspose.email/tokenprovider/ --- diff --git a/english/java/com.aspose.email/tokentype/_index.md b/english/java/com.aspose.email/tokentype/_index.md index 3c44d07497..9fe48d83d7 100644 --- a/english/java/com.aspose.email/tokentype/_index.md +++ b/english/java/com.aspose.email/tokentype/_index.md @@ -3,7 +3,7 @@ title: TokenType second_title: Aspose.Email for Java API Reference description: Defines OAuth token types type: docs -weight: 693 +weight: 695 url: /java/com.aspose.email/tokentype/ --- diff --git a/english/java/com.aspose.email/trackingstringdictionary/_index.md b/english/java/com.aspose.email/trackingstringdictionary/_index.md index 86c994918c..c48c28f4f9 100644 --- a/english/java/com.aspose.email/trackingstringdictionary/_index.md +++ b/english/java/com.aspose.email/trackingstringdictionary/_index.md @@ -3,7 +3,7 @@ title: TrackingStringDictionary second_title: Aspose.Email for Java API Reference description: type: docs -weight: 694 +weight: 696 url: /java/com.aspose.email/trackingstringdictionary/ --- diff --git a/english/java/com.aspose.email/transferencoding/_index.md b/english/java/com.aspose.email/transferencoding/_index.md index 5602cee31e..45d4d875c1 100644 --- a/english/java/com.aspose.email/transferencoding/_index.md +++ b/english/java/com.aspose.email/transferencoding/_index.md @@ -3,7 +3,7 @@ title: TransferEncoding second_title: Aspose.Email for Java API Reference description: Specifies the Content-Transfer-Encoding header information. type: docs -weight: 695 +weight: 697 url: /java/com.aspose.email/transferencoding/ --- diff --git a/english/java/com.aspose.email/traversalasposeexception/_index.md b/english/java/com.aspose.email/traversalasposeexception/_index.md index 9d49e5b6a5..e4f31f2b4e 100644 --- a/english/java/com.aspose.email/traversalasposeexception/_index.md +++ b/english/java/com.aspose.email/traversalasposeexception/_index.md @@ -3,7 +3,7 @@ title: TraversalAsposeException second_title: Aspose.Email for Java API Reference description: Represents the exception that can occur when traversing a storage. type: docs -weight: 696 +weight: 698 url: /java/com.aspose.email/traversalasposeexception/ --- diff --git a/english/java/com.aspose.email/traversalexceptionscallback/_index.md b/english/java/com.aspose.email/traversalexceptionscallback/_index.md index bacb1f964d..b86461df28 100644 --- a/english/java/com.aspose.email/traversalexceptionscallback/_index.md +++ b/english/java/com.aspose.email/traversalexceptionscallback/_index.md @@ -3,7 +3,7 @@ title: TraversalExceptionsCallback second_title: Aspose.Email for Java API Reference description: Represents the callback method that handles the exceptions during storage traversal. type: docs -weight: 697 +weight: 699 url: /java/com.aspose.email/traversalexceptionscallback/ --- diff --git a/english/java/com.aspose.email/traversalfailurekind/_index.md b/english/java/com.aspose.email/traversalfailurekind/_index.md index 136e531814..a22d45dae9 100644 --- a/english/java/com.aspose.email/traversalfailurekind/_index.md +++ b/english/java/com.aspose.email/traversalfailurekind/_index.md @@ -3,7 +3,7 @@ title: TraversalFailureKind second_title: Aspose.Email for Java API Reference description: Represents the kind of failure that can occur when traversing a storage. type: docs -weight: 698 +weight: 700 url: /java/com.aspose.email/traversalfailurekind/ --- diff --git a/english/java/com.aspose.email/unifiedmessagingconfiguration/_index.md b/english/java/com.aspose.email/unifiedmessagingconfiguration/_index.md index 9102519ff4..0511cb94d2 100644 --- a/english/java/com.aspose.email/unifiedmessagingconfiguration/_index.md +++ b/english/java/com.aspose.email/unifiedmessagingconfiguration/_index.md @@ -3,7 +3,7 @@ title: UnifiedMessagingConfiguration second_title: Aspose.Email for Java API Reference description: Unified messaging configuration type: docs -weight: 699 +weight: 701 url: /java/com.aspose.email/unifiedmessagingconfiguration/ --- diff --git a/english/java/com.aspose.email/updatesettings/_index.md b/english/java/com.aspose.email/updatesettings/_index.md index a0d8291813..836b76a904 100644 --- a/english/java/com.aspose.email/updatesettings/_index.md +++ b/english/java/com.aspose.email/updatesettings/_index.md @@ -3,7 +3,7 @@ title: UpdateSettings second_title: Aspose.Email for Java API Reference description: Update settings type: docs -weight: 700 +weight: 702 url: /java/com.aspose.email/updatesettings/ --- diff --git a/english/java/com.aspose.email/updatetaskoptions/_index.md b/english/java/com.aspose.email/updatetaskoptions/_index.md index dba845278a..726a4a8b8f 100644 --- a/english/java/com.aspose.email/updatetaskoptions/_index.md +++ b/english/java/com.aspose.email/updatetaskoptions/_index.md @@ -3,7 +3,7 @@ title: UpdateTaskOptions second_title: Aspose.Email for Java API Reference description: Enumerates update task options. type: docs -weight: 701 +weight: 703 url: /java/com.aspose.email/updatetaskoptions/ --- diff --git a/english/java/com.aspose.email/url/_index.md b/english/java/com.aspose.email/url/_index.md index 887e03f7b5..1203e8d647 100644 --- a/english/java/com.aspose.email/url/_index.md +++ b/english/java/com.aspose.email/url/_index.md @@ -3,7 +3,7 @@ title: Url second_title: Aspose.Email for Java API Reference description: Objects represents a URL and its category. type: docs -weight: 702 +weight: 704 url: /java/com.aspose.email/url/ --- diff --git a/english/java/com.aspose.email/urlcategory/_index.md b/english/java/com.aspose.email/urlcategory/_index.md index 1b0abc5fe9..a1b5d515f1 100644 --- a/english/java/com.aspose.email/urlcategory/_index.md +++ b/english/java/com.aspose.email/urlcategory/_index.md @@ -3,7 +3,7 @@ title: UrlCategory second_title: Aspose.Email for Java API Reference description: Represents category for a URL type: docs -weight: 703 +weight: 705 url: /java/com.aspose.email/urlcategory/ --- diff --git a/english/java/com.aspose.email/urllist/_index.md b/english/java/com.aspose.email/urllist/_index.md index 7a5814c416..7b0fb16c95 100644 --- a/english/java/com.aspose.email/urllist/_index.md +++ b/english/java/com.aspose.email/urllist/_index.md @@ -3,7 +3,7 @@ title: UrlList second_title: Aspose.Email for Java API Reference description: List of urls for contact type: docs -weight: 704 +weight: 706 url: /java/com.aspose.email/urllist/ --- diff --git a/english/java/com.aspose.email/userconfiguration/_index.md b/english/java/com.aspose.email/userconfiguration/_index.md index fe61733b82..65ec87bb90 100644 --- a/english/java/com.aspose.email/userconfiguration/_index.md +++ b/english/java/com.aspose.email/userconfiguration/_index.md @@ -3,7 +3,7 @@ title: UserConfiguration second_title: Aspose.Email for Java API Reference description: Represents user configuration type: docs -weight: 705 +weight: 707 url: /java/com.aspose.email/userconfiguration/ --- diff --git a/english/java/com.aspose.email/userconfigurationname/_index.md b/english/java/com.aspose.email/userconfigurationname/_index.md index e14c6ea6dd..f29b39ecc3 100644 --- a/english/java/com.aspose.email/userconfigurationname/_index.md +++ b/english/java/com.aspose.email/userconfigurationname/_index.md @@ -3,7 +3,7 @@ title: UserConfigurationName second_title: Aspose.Email for Java API Reference description: Represents user configuration name type: docs -weight: 706 +weight: 708 url: /java/com.aspose.email/userconfigurationname/ --- diff --git a/english/java/com.aspose.email/userrole/_index.md b/english/java/com.aspose.email/userrole/_index.md index 012067e7de..205ff645a0 100644 --- a/english/java/com.aspose.email/userrole/_index.md +++ b/english/java/com.aspose.email/userrole/_index.md @@ -3,7 +3,7 @@ title: UserRole second_title: Aspose.Email for Java API Reference description: OneNote user role type: docs -weight: 707 +weight: 709 url: /java/com.aspose.email/userrole/ --- diff --git a/english/java/com.aspose.email/usersettingerror/_index.md b/english/java/com.aspose.email/usersettingerror/_index.md index df368e631d..95f5401de7 100644 --- a/english/java/com.aspose.email/usersettingerror/_index.md +++ b/english/java/com.aspose.email/usersettingerror/_index.md @@ -3,7 +3,7 @@ title: UserSettingError second_title: Aspose.Email for Java API Reference description: Represents an error from a GetUserSettings request. type: docs -weight: 708 +weight: 710 url: /java/com.aspose.email/usersettingerror/ --- diff --git a/english/java/com.aspose.email/usersettingname/_index.md b/english/java/com.aspose.email/usersettingname/_index.md index cbef8fbd0b..d93e039ca0 100644 --- a/english/java/com.aspose.email/usersettingname/_index.md +++ b/english/java/com.aspose.email/usersettingname/_index.md @@ -3,7 +3,7 @@ title: UserSettingName second_title: Aspose.Email for Java API Reference description: User settings that can be requested using GetUserSettings. type: docs -weight: 709 +weight: 711 url: /java/com.aspose.email/usersettingname/ --- diff --git a/english/java/com.aspose.email/validationpolicy/_index.md b/english/java/com.aspose.email/validationpolicy/_index.md index 9d22c042de..453c827d43 100644 --- a/english/java/com.aspose.email/validationpolicy/_index.md +++ b/english/java/com.aspose.email/validationpolicy/_index.md @@ -3,7 +3,7 @@ title: ValidationPolicy second_title: Aspose.Email for Java API Reference description: Presents the policy of validating email address. type: docs -weight: 739 +weight: 741 url: /java/com.aspose.email/validationpolicy/ --- diff --git a/english/java/com.aspose.email/validationresponsecode/_index.md b/english/java/com.aspose.email/validationresponsecode/_index.md index 71f7bee7fc..2ae65d54ec 100644 --- a/english/java/com.aspose.email/validationresponsecode/_index.md +++ b/english/java/com.aspose.email/validationresponsecode/_index.md @@ -3,7 +3,7 @@ title: ValidationResponseCode second_title: Aspose.Email for Java API Reference description: Represents the response status of the mail validating process. type: docs -weight: 740 +weight: 742 url: /java/com.aspose.email/validationresponsecode/ --- diff --git a/english/java/com.aspose.email/validationresult/_index.md b/english/java/com.aspose.email/validationresult/_index.md index f5dcfd13b1..4f75ee5484 100644 --- a/english/java/com.aspose.email/validationresult/_index.md +++ b/english/java/com.aspose.email/validationresult/_index.md @@ -3,7 +3,7 @@ title: ValidationResult second_title: Aspose.Email for Java API Reference description: Present the result of the email validating process. type: docs -weight: 741 +weight: 743 url: /java/com.aspose.email/validationresult/ --- diff --git a/english/java/com.aspose.email/vcardagent/_index.md b/english/java/com.aspose.email/vcardagent/_index.md index 8321be2764..763c5481dc 100644 --- a/english/java/com.aspose.email/vcardagent/_index.md +++ b/english/java/com.aspose.email/vcardagent/_index.md @@ -3,7 +3,7 @@ title: VCardAgent second_title: Aspose.Email for Java API Reference description: Represents a vCard Agent property type: docs -weight: 710 +weight: 712 url: /java/com.aspose.email/vcardagent/ --- diff --git a/english/java/com.aspose.email/vcardcontact/_index.md b/english/java/com.aspose.email/vcardcontact/_index.md index d0e6755277..de2ab283b9 100644 --- a/english/java/com.aspose.email/vcardcontact/_index.md +++ b/english/java/com.aspose.email/vcardcontact/_index.md @@ -3,7 +3,7 @@ title: VCardContact second_title: Aspose.Email for Java API Reference description: Represents a vCard contact type: docs -weight: 711 +weight: 713 url: /java/com.aspose.email/vcardcontact/ --- diff --git a/english/java/com.aspose.email/vcarddeliveryaddress/_index.md b/english/java/com.aspose.email/vcarddeliveryaddress/_index.md index b738f5d472..245315d5d8 100644 --- a/english/java/com.aspose.email/vcarddeliveryaddress/_index.md +++ b/english/java/com.aspose.email/vcarddeliveryaddress/_index.md @@ -3,7 +3,7 @@ title: VCardDeliveryAddress second_title: Aspose.Email for Java API Reference description: Represents a vCard delivery address type: docs -weight: 712 +weight: 714 url: /java/com.aspose.email/vcarddeliveryaddress/ --- diff --git a/english/java/com.aspose.email/vcarddeliveryaddresscollection/_index.md b/english/java/com.aspose.email/vcarddeliveryaddresscollection/_index.md index a3d30bb386..5104877ba5 100644 --- a/english/java/com.aspose.email/vcarddeliveryaddresscollection/_index.md +++ b/english/java/com.aspose.email/vcarddeliveryaddresscollection/_index.md @@ -3,7 +3,7 @@ title: VCardDeliveryAddressCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of VCardDeliveryAddresses type: docs -weight: 713 +weight: 715 url: /java/com.aspose.email/vcarddeliveryaddresscollection/ --- diff --git a/english/java/com.aspose.email/vcarddeliveryaddresstype/_index.md b/english/java/com.aspose.email/vcarddeliveryaddresstype/_index.md index 5910338b37..67cc4c42d2 100644 --- a/english/java/com.aspose.email/vcarddeliveryaddresstype/_index.md +++ b/english/java/com.aspose.email/vcarddeliveryaddresstype/_index.md @@ -3,7 +3,7 @@ title: VCardDeliveryAddressType second_title: Aspose.Email for Java API Reference description: Enumerates a vCard delivery address types type: docs -weight: 714 +weight: 716 url: /java/com.aspose.email/vcarddeliveryaddresstype/ --- diff --git a/english/java/com.aspose.email/vcardemail/_index.md b/english/java/com.aspose.email/vcardemail/_index.md index 2fba09099f..53da4ae274 100644 --- a/english/java/com.aspose.email/vcardemail/_index.md +++ b/english/java/com.aspose.email/vcardemail/_index.md @@ -3,7 +3,7 @@ title: VCardEmail second_title: Aspose.Email for Java API Reference description: Represents vCard email type: docs -weight: 715 +weight: 717 url: /java/com.aspose.email/vcardemail/ --- diff --git a/english/java/com.aspose.email/vcardemailcollection/_index.md b/english/java/com.aspose.email/vcardemailcollection/_index.md index a17dab3244..a28c86dc77 100644 --- a/english/java/com.aspose.email/vcardemailcollection/_index.md +++ b/english/java/com.aspose.email/vcardemailcollection/_index.md @@ -3,7 +3,7 @@ title: VCardEmailCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of VCardEmails type: docs -weight: 716 +weight: 718 url: /java/com.aspose.email/vcardemailcollection/ --- diff --git a/english/java/com.aspose.email/vcardemailtype/_index.md b/english/java/com.aspose.email/vcardemailtype/_index.md index f9668cdde5..b4893ebb45 100644 --- a/english/java/com.aspose.email/vcardemailtype/_index.md +++ b/english/java/com.aspose.email/vcardemailtype/_index.md @@ -3,7 +3,7 @@ title: VCardEmailType second_title: Aspose.Email for Java API Reference description: Enumerates vCard email types type: docs -weight: 717 +weight: 719 url: /java/com.aspose.email/vcardemailtype/ --- diff --git a/english/java/com.aspose.email/vcardexplanatoryinfo/_index.md b/english/java/com.aspose.email/vcardexplanatoryinfo/_index.md index 0a337c541b..3e10d728e9 100644 --- a/english/java/com.aspose.email/vcardexplanatoryinfo/_index.md +++ b/english/java/com.aspose.email/vcardexplanatoryinfo/_index.md @@ -3,7 +3,7 @@ title: VCardExplanatoryInfo second_title: Aspose.Email for Java API Reference description: Represents vCard explanatory properties type: docs -weight: 718 +weight: 720 url: /java/com.aspose.email/vcardexplanatoryinfo/ --- diff --git a/english/java/com.aspose.email/vcardfullname/_index.md b/english/java/com.aspose.email/vcardfullname/_index.md index 52f570a2ed..0ac871ef39 100644 --- a/english/java/com.aspose.email/vcardfullname/_index.md +++ b/english/java/com.aspose.email/vcardfullname/_index.md @@ -3,7 +3,7 @@ title: VCardFullName second_title: Aspose.Email for Java API Reference description: Represents vCard contact full name N property type: docs -weight: 719 +weight: 721 url: /java/com.aspose.email/vcardfullname/ --- diff --git a/english/java/com.aspose.email/vcardgeo/_index.md b/english/java/com.aspose.email/vcardgeo/_index.md index 04e5ee3e26..cc2d2aab60 100644 --- a/english/java/com.aspose.email/vcardgeo/_index.md +++ b/english/java/com.aspose.email/vcardgeo/_index.md @@ -3,7 +3,7 @@ title: VCardGeo second_title: Aspose.Email for Java API Reference description: Represents a global positioning of vCard contact type: docs -weight: 720 +weight: 722 url: /java/com.aspose.email/vcardgeo/ --- diff --git a/english/java/com.aspose.email/vcardidentificationinfo/_index.md b/english/java/com.aspose.email/vcardidentificationinfo/_index.md index 8ce296a859..dba3274bb7 100644 --- a/english/java/com.aspose.email/vcardidentificationinfo/_index.md +++ b/english/java/com.aspose.email/vcardidentificationinfo/_index.md @@ -3,7 +3,7 @@ title: VCardIdentificationInfo second_title: Aspose.Email for Java API Reference description: Represents vCard identification information type: docs -weight: 721 +weight: 723 url: /java/com.aspose.email/vcardidentificationinfo/ --- diff --git a/english/java/com.aspose.email/vcardlabel/_index.md b/english/java/com.aspose.email/vcardlabel/_index.md index 3c229cc9e8..36738b7fbe 100644 --- a/english/java/com.aspose.email/vcardlabel/_index.md +++ b/english/java/com.aspose.email/vcardlabel/_index.md @@ -3,7 +3,7 @@ title: VCardLabel second_title: Aspose.Email for Java API Reference description: To specify the formatted text corresponding to delivery address of the object the vCard represents. type: docs -weight: 722 +weight: 724 url: /java/com.aspose.email/vcardlabel/ --- diff --git a/english/java/com.aspose.email/vcardlabelcollection/_index.md b/english/java/com.aspose.email/vcardlabelcollection/_index.md index daa43c03d3..9cf0c76820 100644 --- a/english/java/com.aspose.email/vcardlabelcollection/_index.md +++ b/english/java/com.aspose.email/vcardlabelcollection/_index.md @@ -3,7 +3,7 @@ title: VCardLabelCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of VCardLabel type: docs -weight: 723 +weight: 725 url: /java/com.aspose.email/vcardlabelcollection/ --- diff --git a/english/java/com.aspose.email/vcardorganization/_index.md b/english/java/com.aspose.email/vcardorganization/_index.md index 5530843622..3575998b63 100644 --- a/english/java/com.aspose.email/vcardorganization/_index.md +++ b/english/java/com.aspose.email/vcardorganization/_index.md @@ -3,7 +3,7 @@ title: VCardOrganization second_title: Aspose.Email for Java API Reference description: Represents vCard organization properties type: docs -weight: 724 +weight: 726 url: /java/com.aspose.email/vcardorganization/ --- diff --git a/english/java/com.aspose.email/vcardphoto/_index.md b/english/java/com.aspose.email/vcardphoto/_index.md index d7eb8b5fb9..0fbf681301 100644 --- a/english/java/com.aspose.email/vcardphoto/_index.md +++ b/english/java/com.aspose.email/vcardphoto/_index.md @@ -3,7 +3,7 @@ title: VCardPhoto second_title: Aspose.Email for Java API Reference description: Represents vCard photo property type: docs -weight: 725 +weight: 727 url: /java/com.aspose.email/vcardphoto/ --- diff --git a/english/java/com.aspose.email/vcardphototype/_index.md b/english/java/com.aspose.email/vcardphototype/_index.md index c31eca131f..79bac92744 100644 --- a/english/java/com.aspose.email/vcardphototype/_index.md +++ b/english/java/com.aspose.email/vcardphototype/_index.md @@ -3,7 +3,7 @@ title: VCardPhotoType second_title: Aspose.Email for Java API Reference description: Enumerates vCard photo type type: docs -weight: 726 +weight: 728 url: /java/com.aspose.email/vcardphototype/ --- diff --git a/english/java/com.aspose.email/vcardsaveoptions/_index.md b/english/java/com.aspose.email/vcardsaveoptions/_index.md index 8240ea554e..dc2b5a6c21 100644 --- a/english/java/com.aspose.email/vcardsaveoptions/_index.md +++ b/english/java/com.aspose.email/vcardsaveoptions/_index.md @@ -3,7 +3,7 @@ title: VCardSaveOptions second_title: Aspose.Email for Java API Reference description: Represents vCard save options type: docs -weight: 727 +weight: 729 url: /java/com.aspose.email/vcardsaveoptions/ --- @@ -31,13 +31,13 @@ Represents vCard save options | [getPreferredTextEncoding()](#getPreferredTextEncoding--) | Gets or sets Encoding that will be used to save Contact. | | [getSaveFormat()](#getSaveFormat--) | Gets a save format | | [getUseExtensions()](#getUseExtensions--) | Gets or sets a value indicating whether the extended types can be used | -| [getVersion()](#getVersion--) | Gets or sets a vCard version | +| [getVersion()](#getVersion--) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | | [setPreferredTextEncoding(Charset value)](#setPreferredTextEncoding-java.nio.charset.Charset-) | Gets or sets Encoding that will be used to save Contact. | | [setUseExtensions(boolean value)](#setUseExtensions-boolean-) | Gets or sets a value indicating whether the extended types can be used | -| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version | +| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -148,7 +148,7 @@ public final int getVersion() ``` -Gets or sets a vCard version +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. **Returns:** int @@ -210,7 +210,7 @@ public final void setVersion(int value) ``` -Gets or sets a vCard version +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.email/vcardsecurity/_index.md b/english/java/com.aspose.email/vcardsecurity/_index.md index 67fb0887a5..4ca65f28cf 100644 --- a/english/java/com.aspose.email/vcardsecurity/_index.md +++ b/english/java/com.aspose.email/vcardsecurity/_index.md @@ -3,7 +3,7 @@ title: VCardSecurity second_title: Aspose.Email for Java API Reference description: Represents a vCard security properties type: docs -weight: 728 +weight: 730 url: /java/com.aspose.email/vcardsecurity/ --- diff --git a/english/java/com.aspose.email/vcardsound/_index.md b/english/java/com.aspose.email/vcardsound/_index.md index b2aac67d0f..ff69c1de9d 100644 --- a/english/java/com.aspose.email/vcardsound/_index.md +++ b/english/java/com.aspose.email/vcardsound/_index.md @@ -3,7 +3,7 @@ title: VCardSound second_title: Aspose.Email for Java API Reference description: Represents a vCard sound property type: docs -weight: 729 +weight: 731 url: /java/com.aspose.email/vcardsound/ --- diff --git a/english/java/com.aspose.email/vcardsoundtype/_index.md b/english/java/com.aspose.email/vcardsoundtype/_index.md index 542d9cdaed..8c83b6d3a4 100644 --- a/english/java/com.aspose.email/vcardsoundtype/_index.md +++ b/english/java/com.aspose.email/vcardsoundtype/_index.md @@ -3,7 +3,7 @@ title: VCardSoundType second_title: Aspose.Email for Java API Reference description: Enumerates a cVard sound types type: docs -weight: 730 +weight: 732 url: /java/com.aspose.email/vcardsoundtype/ --- diff --git a/english/java/com.aspose.email/vcardtelephonenumber/_index.md b/english/java/com.aspose.email/vcardtelephonenumber/_index.md index 591603d5de..e6d77c32b7 100644 --- a/english/java/com.aspose.email/vcardtelephonenumber/_index.md +++ b/english/java/com.aspose.email/vcardtelephonenumber/_index.md @@ -3,7 +3,7 @@ title: VCardTelephoneNumber second_title: Aspose.Email for Java API Reference description: Represents a vCard telephone number type: docs -weight: 731 +weight: 733 url: /java/com.aspose.email/vcardtelephonenumber/ --- diff --git a/english/java/com.aspose.email/vcardtelephonenumbercollection/_index.md b/english/java/com.aspose.email/vcardtelephonenumbercollection/_index.md index db6420354c..1d99e426de 100644 --- a/english/java/com.aspose.email/vcardtelephonenumbercollection/_index.md +++ b/english/java/com.aspose.email/vcardtelephonenumbercollection/_index.md @@ -3,7 +3,7 @@ title: VCardTelephoneNumberCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of VCardTelephoneNumbers type: docs -weight: 732 +weight: 734 url: /java/com.aspose.email/vcardtelephonenumbercollection/ --- diff --git a/english/java/com.aspose.email/vcardtelephonetype/_index.md b/english/java/com.aspose.email/vcardtelephonetype/_index.md index 9561b3d16b..f398fb4d8c 100644 --- a/english/java/com.aspose.email/vcardtelephonetype/_index.md +++ b/english/java/com.aspose.email/vcardtelephonetype/_index.md @@ -3,7 +3,7 @@ title: VCardTelephoneType second_title: Aspose.Email for Java API Reference description: Enumerates a vCard telephone types type: docs -weight: 733 +weight: 735 url: /java/com.aspose.email/vcardtelephonetype/ --- diff --git a/english/java/com.aspose.email/vcardurl/_index.md b/english/java/com.aspose.email/vcardurl/_index.md index a47553d3dc..5c271103b0 100644 --- a/english/java/com.aspose.email/vcardurl/_index.md +++ b/english/java/com.aspose.email/vcardurl/_index.md @@ -3,7 +3,7 @@ title: VCardUrl second_title: Aspose.Email for Java API Reference description: Represents a vCard URL property type: docs -weight: 734 +weight: 736 url: /java/com.aspose.email/vcardurl/ --- diff --git a/english/java/com.aspose.email/vcardurlcollection/_index.md b/english/java/com.aspose.email/vcardurlcollection/_index.md index d841d3e785..7b63ed43b7 100644 --- a/english/java/com.aspose.email/vcardurlcollection/_index.md +++ b/english/java/com.aspose.email/vcardurlcollection/_index.md @@ -3,7 +3,7 @@ title: VCardUrlCollection second_title: Aspose.Email for Java API Reference description: Represents a collection of VCardUrls type: docs -weight: 735 +weight: 737 url: /java/com.aspose.email/vcardurlcollection/ --- diff --git a/english/java/com.aspose.email/vcardurltype/_index.md b/english/java/com.aspose.email/vcardurltype/_index.md index a749d1d18c..bc5ab2f9d6 100644 --- a/english/java/com.aspose.email/vcardurltype/_index.md +++ b/english/java/com.aspose.email/vcardurltype/_index.md @@ -3,7 +3,7 @@ title: VCardUrlType second_title: Aspose.Email for Java API Reference description: Enumerates url type type: docs -weight: 736 +weight: 738 url: /java/com.aspose.email/vcardurltype/ --- diff --git a/english/java/com.aspose.email/vcardvaluelocation/_index.md b/english/java/com.aspose.email/vcardvaluelocation/_index.md index 0d211e5c2a..c548488ea7 100644 --- a/english/java/com.aspose.email/vcardvaluelocation/_index.md +++ b/english/java/com.aspose.email/vcardvaluelocation/_index.md @@ -3,7 +3,7 @@ title: VCardValueLocation second_title: Aspose.Email for Java API Reference description: Enumerates the vCard property parameter ValueLocation. type: docs -weight: 737 +weight: 739 url: /java/com.aspose.email/vcardvaluelocation/ --- diff --git a/english/java/com.aspose.email/vcardversion/_index.md b/english/java/com.aspose.email/vcardversion/_index.md index c77b17fa5d..56cc5b49d1 100644 --- a/english/java/com.aspose.email/vcardversion/_index.md +++ b/english/java/com.aspose.email/vcardversion/_index.md @@ -3,7 +3,7 @@ title: VCardVersion second_title: Aspose.Email for Java API Reference description: Enumerates vCard version type: docs -weight: 738 +weight: 740 url: /java/com.aspose.email/vcardversion/ --- diff --git a/english/java/com.aspose.email/webdavcontactsaveoptions/_index.md b/english/java/com.aspose.email/webdavcontactsaveoptions/_index.md index 6656d2939e..eac5fc09b1 100644 --- a/english/java/com.aspose.email/webdavcontactsaveoptions/_index.md +++ b/english/java/com.aspose.email/webdavcontactsaveoptions/_index.md @@ -3,7 +3,7 @@ title: WebDavContactSaveOptions second_title: Aspose.Email for Java API Reference description: Specifies the contact save options. type: docs -weight: 742 +weight: 744 url: /java/com.aspose.email/webdavcontactsaveoptions/ --- @@ -27,9 +27,11 @@ Specifies the contact save options. | [getClass()](#getClass--) | | | [getDefault()](#getDefault--) | Gets the default options. | | [getSaveFormat()](#getSaveFormat--) | Gets a save format | +| [getVersion()](#getVersion--) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setVersion(int value)](#setVersion-int-) | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -87,6 +89,16 @@ public final int getSaveFormat() Gets a save format +**Returns:** +int +### getVersion() {#getVersion--} +``` +public final int getVersion() +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + **Returns:** int ### hashCode() {#hashCode--} @@ -115,6 +127,19 @@ public final native void notifyAll() +### setVersion(int value) {#setVersion-int-} +``` +public final void setVersion(int value) +``` + + +Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.email/weeklyrecurrencepattern/_index.md b/english/java/com.aspose.email/weeklyrecurrencepattern/_index.md index 262d55729d..0059477e57 100644 --- a/english/java/com.aspose.email/weeklyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/weeklyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: WeeklyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents a recurrence pattern of weekly recurrence type. type: docs -weight: 743 +weight: 745 url: /java/com.aspose.email/weeklyrecurrencepattern/ --- diff --git a/english/java/com.aspose.email/xgmthreadsearchconditions/_index.md b/english/java/com.aspose.email/xgmthreadsearchconditions/_index.md index 4c1b2dd180..d0ec6c68c9 100644 --- a/english/java/com.aspose.email/xgmthreadsearchconditions/_index.md +++ b/english/java/com.aspose.email/xgmthreadsearchconditions/_index.md @@ -3,7 +3,7 @@ title: XGMThreadSearchConditions second_title: Aspose.Email for Java API Reference description: Provides the search conditions to retrieve email thread. type: docs -weight: 744 +weight: 746 url: /java/com.aspose.email/xgmthreadsearchconditions/ --- diff --git a/english/java/com.aspose.email/yearlyrecurrencepattern/_index.md b/english/java/com.aspose.email/yearlyrecurrencepattern/_index.md index 123153d067..cc670a6c6e 100644 --- a/english/java/com.aspose.email/yearlyrecurrencepattern/_index.md +++ b/english/java/com.aspose.email/yearlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: YearlyRecurrencePattern second_title: Aspose.Email for Java API Reference description: Represents a recurrence pattern of yearly recurrence type. type: docs -weight: 745 +weight: 747 url: /java/com.aspose.email/yearlyrecurrencepattern/ ---