static FromVCard(Stream) |
Reads MapiContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static FromVCard(string) |
Reads MapiContact from the specified vCard file The supported vCard versions are 2.1 and 3.0 |
static FromVCard(Stream, Encoding) |
Reads MapiContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static FromVCard(string, Encoding) |
Reads MapiContact from the specified vCard file The supported vCard versions are 2.1 and 3.0 |
virtual Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
override GetProperty(PropertyDescriptor) |
Gets MAPI property by property descriptor. |
GetPropertyBoolean(long) |
Gets the value of the property specified by tag as Boolean type. |
GetPropertyBytes(long) |
Gets the string value of the property specified by tag. |
GetPropertyDateTime(long) |
Gets the value of the property specified by tag as DateTime type. |
GetPropertyInt32(long) |
Gets the int32 value of the property specified by tag. |
GetPropertyLong(long) |
Gets the value of the property specified by tag as Long (int64) type. |
GetPropertyShort(long) |
Gets the value of the property specified by tag as Short type. |
GetPropertyString(long) |
Gets the string value of the property specified by tag. |
GetPropertyString(long, int) |
Gets the string value of the property specified by tag. |
GetUnderlyingMessage() |
Get the MapiMessage that represent contact. |
IsStoreUnicodeOk() |
Determines if string properties are Unicode encoded or not. |
RemoveProperty(long) |
Provides correctly removing property from all collections. |
Save(Stream) |
Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1 |
Save(string) |
Saves this MapiContact to the vCard file with a default options. The supported vCard version is 2.1 |
Save(Stream, ContactSaveFormat) |
Saves this MapiContact to the given stream with a format using the default options. The supported save format is vCard |
Save(Stream, ContactSaveOptions) |
Saves this MapiContact to the given stream using specified save options. The supported save options is VCardSaveOptions |
Save(string, ContactSaveFormat) |
Saves this MapiContact to the specified file with a format using the default options. The supported save format is vCard. |
Save(string, ContactSaveOptions) |
Saves this MapiContact into file using specified save options. The supported save options is VCardSaveOptions |
override SetBodyContent(string, BodyContentType) |
Sets the content of the body. |
virtual SetBodyContent(string, BodyContentType, bool) |
Sets the content of the body. |
SetBodyRtf(string, bool) |
Gets or sets the RTF formatted message text. |
SetMessageFlags(MapiMessageFlags) |
Sets the message flags. |
virtual SetProperty(MapiProperty) |
Sets the property. |
override SetProperty(PropertyDescriptor, object) |
Sets MAPI property. |
TryGetPropertyData(long) |
Try to get the property data with specified tag key. |
TryGetPropertyDateTime(long, ref DateTime) |
Gets the value of the specified property as DateTime type. A return value indicates whether the operation succeeded. |
TryGetPropertyInt32(long, ref int) |
Gets the value of the specified property as Int32 type. A return value indicates whether the operation succeeded. |
TryGetPropertyLong(long, ref long) |
Gets the value of the specified property as Long type. A return value indicates whether the operation succeeded. |
TryGetPropertyString(long) |
Try to get a property data as string with specified tag. |
TryGetPropertyString(long, int) |
Try to get a property data as string with specified tag and code page. |
TryGetPropertyString(long, ref string) |
Gets the value of the specified property as String type. A return value indicates whether the operation succeeded. |
TryGetPropertyString(long, ref string, int) |
Gets the value of the specified property as String type. A return value indicates whether the operation succeeded. |