Skip to content

Commit 745b32b

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent a7217a9 commit 745b32b

File tree

25 files changed

+591
-3
lines changed

25 files changed

+591
-3
lines changed

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.email/msgpackage/_index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,39 @@ public class MsgPackage : EmailPackage
2727
| [CarbonCopyRecipients](../../groupdocs.metadata.formats.email/emailpackage/carboncopyrecipients) { getset; } | Gets or sets the array of CC (carbon copy) recipients of the email message. |
2828
| [Categories](../../groupdocs.metadata.formats.email/msgpackage/categories) { getset; } | Gets the array of categories or keywords. |
2929
| [ClientSubmitTime](../../groupdocs.metadata.formats.email/msgpackage/clientsubmittime) { getset; } | Gets the date and time the message was submit. |
30+
| [ConversationTopic](../../groupdocs.metadata.formats.email/msgpackage/conversationtopic) { get; } | Gets the Conversation Topic. |
3031
| [Count](../../groupdocs.metadata.common/metadatapackage/count) { get; } | Gets the number of metadata properties. |
3132
| [DeliveryTime](../../groupdocs.metadata.formats.email/msgpackage/deliverytime) { getset; } | Gets the date and time the message was delivered. |
33+
| [DisplayBcc](../../groupdocs.metadata.formats.email/msgpackage/displaybcc) { get; } | Gets the Display Bcc. |
34+
| [DisplayCc](../../groupdocs.metadata.formats.email/msgpackage/displaycc) { get; } | Gets the Display Cc. |
35+
| [DisplayName](../../groupdocs.metadata.formats.email/msgpackage/displayname) { get; } | Gets the Display Name. |
36+
| [DisplayNamePrefix](../../groupdocs.metadata.formats.email/msgpackage/displaynameprefix) { get; } | Gets the Display Name Prefix. |
37+
| [DisplayTo](../../groupdocs.metadata.formats.email/msgpackage/displayto) { get; } | Gets the Display To. |
3238
| [Headers](../../groupdocs.metadata.formats.email/emailpackage/headers) { getset; } | Gets a metadata package containing the email headers. |
3339
| [InternetMessageId](../../groupdocs.metadata.formats.email/msgpackage/internetmessageid) { get; } | Gets the message id of the message. |
40+
| [IsEncrypted](../../groupdocs.metadata.formats.email/msgpackage/isencrypted) { get; } | Gets the Is Encrypted. |
41+
| [IsSigned](../../groupdocs.metadata.formats.email/msgpackage/issigned) { get; } | Gets the Is Signed. |
42+
| [IsTemplate](../../groupdocs.metadata.formats.email/msgpackage/istemplate) { get; } | Gets the Is Template. |
3443
| [Item](../../groupdocs.metadata.common/metadatapackage/item) { get; } | Gets the [`MetadataProperty`](../../groupdocs.metadata.common/metadataproperty) with the specified name. |
3544
| [Keys](../../groupdocs.metadata.common/metadatapackage/keys) { get; } | Gets a collection of the metadata property names. |
3645
| [MetadataType](../../groupdocs.metadata.common/metadatapackage/metadatatype) { get; } | Gets the metadata type. |
46+
| [Mileage](../../groupdocs.metadata.formats.email/msgpackage/mileage) { getset; } | Gets the Mileage. |
47+
| [NormalizedSubject](../../groupdocs.metadata.formats.email/msgpackage/normalizedsubject) { get; } | Gets the Normalized Subject. |
3748
| [PropertyDescriptors](../../groupdocs.metadata.common/metadatapackage/propertydescriptors) { get; } | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
49+
| [ReadReceiptRequested](../../groupdocs.metadata.formats.email/msgpackage/readreceiptrequested) { getset; } | Gets the Read Receipt Requested. |
3850
| [Recipients](../../groupdocs.metadata.formats.email/emailpackage/recipients) { getset; } | Gets or sets the array of the email recipients. |
51+
| [ReplyTo](../../groupdocs.metadata.formats.email/msgpackage/replyto) { getset; } | Gets the Reply To. |
52+
| [SenderAddressType](../../groupdocs.metadata.formats.email/msgpackage/senderaddresstype) { get; } | Gets the Sender Address Type. |
3953
| [SenderEmailAddress](../../groupdocs.metadata.formats.email/emailpackage/senderemailaddress) { getset; } | Gets the email address of the sender. |
4054
| [SenderName](../../groupdocs.metadata.formats.email/msgpackage/sendername) { getset; } | Gets the name of the sender. |
55+
| [SenderSmtpAddress](../../groupdocs.metadata.formats.email/msgpackage/sendersmtpaddress) { getset; } | Gets the Sender Smtp Address. |
56+
| [SentRepresentingAddressType](../../groupdocs.metadata.formats.email/msgpackage/sentrepresentingaddresstype) { get; } | Gets the Sent Representing Address Type. |
57+
| [SentRepresentingEmailAddress](../../groupdocs.metadata.formats.email/msgpackage/sentrepresentingemailaddress) { getset; } | Gets the Sent Representing Email Address. |
58+
| [SentRepresentingName](../../groupdocs.metadata.formats.email/msgpackage/sentrepresentingname) { getset; } | Gets the Sent Representing Name. |
59+
| [SentRepresentingSmtpAddress](../../groupdocs.metadata.formats.email/msgpackage/sentrepresentingsmtpaddress) { get; } | Gets the Sent Representing Smtp Address. |
4160
| [Subject](../../groupdocs.metadata.formats.email/emailpackage/subject) { getset; } | Gets or sets the email subject. |
61+
| [SubjectPrefix](../../groupdocs.metadata.formats.email/msgpackage/subjectprefix) { get; } | Gets the Subject Prefix. |
62+
| [TransportMessageHeaders](../../groupdocs.metadata.formats.email/msgpackage/transportmessageheaders) { get; } | Gets the Transport Message Headers. |
4263

4364
## Methods
4465

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: ConversationTopic
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Conversation Topic.
5+
type: docs
6+
weight: 80
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/conversationtopic/
8+
---
9+
## MsgPackage.ConversationTopic property
10+
11+
Gets the Conversation Topic.
12+
13+
```csharp
14+
public string ConversationTopic { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Conversation Topic.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.email/msgpackage/deliverytime/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DeliveryTime
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the date and time the message was delivered.
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/groupdocs.metadata.formats.email/msgpackage/deliverytime/
88
---
99
## MsgPackage.DeliveryTime property
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DisplayBcc
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Display Bcc.
5+
type: docs
6+
weight: 100
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/displaybcc/
8+
---
9+
## MsgPackage.DisplayBcc property
10+
11+
Gets the Display Bcc.
12+
13+
```csharp
14+
public string DisplayBcc { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Display Bcc.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DisplayCc
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Display Cc.
5+
type: docs
6+
weight: 110
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/displaycc/
8+
---
9+
## MsgPackage.DisplayCc property
10+
11+
Gets the Display Cc.
12+
13+
```csharp
14+
public string DisplayCc { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Display Cc.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DisplayName
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Display Name.
5+
type: docs
6+
weight: 120
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/displayname/
8+
---
9+
## MsgPackage.DisplayName property
10+
11+
Gets the Display Name.
12+
13+
```csharp
14+
public string DisplayName { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Display Name.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DisplayNamePrefix
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Display Name Prefix.
5+
type: docs
6+
weight: 130
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/displaynameprefix/
8+
---
9+
## MsgPackage.DisplayNamePrefix property
10+
11+
Gets the Display Name Prefix.
12+
13+
```csharp
14+
public string DisplayNamePrefix { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Display Name Prefix.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DisplayTo
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Display To.
5+
type: docs
6+
weight: 140
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/displayto/
8+
---
9+
## MsgPackage.DisplayTo property
10+
11+
Gets the Display To.
12+
13+
```csharp
14+
public string DisplayTo { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Display To.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.email/msgpackage/internetmessageid/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: InternetMessageId
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the message id of the message.
55
type: docs
6-
weight: 90
6+
weight: 150
77
url: /net/groupdocs.metadata.formats.email/msgpackage/internetmessageid/
88
---
99
## MsgPackage.InternetMessageId property
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: IsEncrypted
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the Is Encrypted.
5+
type: docs
6+
weight: 160
7+
url: /net/groupdocs.metadata.formats.email/msgpackage/isencrypted/
8+
---
9+
## MsgPackage.IsEncrypted property
10+
11+
Gets the Is Encrypted.
12+
13+
```csharp
14+
public bool IsEncrypted { get; }
15+
```
16+
17+
### Property Value
18+
19+
The Is Encrypted.
20+
21+
### See Also
22+
23+
* class [MsgPackage](../../msgpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Email](../../../groupdocs.metadata.formats.email)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

0 commit comments

Comments
 (0)