.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mht Class Summary

Mht::ExcludeImagesMatching

(This method rarely needs to be called.) Tells Chilkat MHT .NET to not embed any images whose URL matches a pattern. Sometimes images can be referenced within style sheets and not actually used when rendering the page. In cases like those, the image will appear as an attachment in the HTML email. This feature allows you to explicitly remove those images from the email so no attachments appear.

  Declarations  
    [Visual Basic]
Public Sub ExcludeImagesMatching(ByVal String pattern)

[C#]
public void ExcludeImagesMatching(string pattern);

[C++]
public void ExcludeImagesMatching(String *pattern);

[JScript]
public function ExcludeImagesMatching(String pattern);
 
  Parameters  
   
pattern
A pattern where "*" and "?" represent the standard wildcard meanings.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.