Click or drag to resize

ExchangeAttachmentExtensionsGetMimeContent Method

Gets mime content from attachment.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static byte[] GetMimeContent(
	this MailAttachment attachment,
	ODataService ctx,
	string culture
)

Parameters

attachment  MailAttachment
The mail attachment.
ctx  ODataService
The OData context.
culture  String
The culture of the mail.

Return Value

Byte

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ExchangeAttachmentExtensions.GetMimeContent(WorkZone.Exchange.MailAttachment,Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MailAttachment. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also